Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 810 Bytes

File metadata and controls

29 lines (20 loc) · 810 Bytes

Contributing to Poultry Farm Management System

Thank you for considering contributing. This is a small, practical project: every improvement that makes the system more usable for real farms is valuable.

How to contribute

  • 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

Setup

  1. Fork the repo
  2. Clone your fork
  3. Create a feature branch: git checkout -b feature/my-change
  4. Make your change
  5. Commit with a clear message
  6. Push and open a PR

Code style

  • PHP: follow PSR-12 where practical
  • SQL: keep schema changes in db_update.php
  • Frontend: keep changes minimal and avoid heavy frameworks

Questions

Open an issue and tag it as a question.