Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 674 Bytes

File metadata and controls

28 lines (19 loc) · 674 Bytes

Contributing to fertigation-mix-v2

Thanks for your interest in contributing!

Development Setup

git clone https://github.com/AdametherzLab/fertigation-mix-v2.git
cd fertigation-mix-v2
bun install
bun test

Pull Requests

  1. Fork the repo and create your branch from main
  2. Add tests for any new functionality
  3. Ensure all tests pass: bun test
  4. Ensure types check: bun run typecheck
  5. Submit your PR

Reporting Issues

Use GitHub Issues to report bugs or request features.

License

By contributing, you agree that your contributions will be licensed under the MIT License.