Thank you for considering contributing. This is a small, practical project: every improvement that makes the system more usable for real farms is valuable.
- Report bugs or missing features via Issues
- Suggest improvements to the README or setup docs
- Submit small, focused pull requests
- Share the project with people who might use it
- Fork the repo
- Clone your fork
- Create a feature branch:
git checkout -b feature/my-change - Make your change
- Commit with a clear message
- Push and open a PR
- PHP: follow PSR-12 where practical
- SQL: keep schema changes in
db_update.php - Frontend: keep changes minimal and avoid heavy frameworks
Open an issue and tag it as a question.