770 B
770 B
Contributing to Phred
Thank you for your interest in Phred! We welcome contributions of all kinds.
RFC Process
For major changes, please open an issue first to discuss what you would like to change.
- Create a "Request for Comments" (RFC) issue.
- Wait for feedback from the core maintainers.
- Once approved, submit a Pull Request.
Pull Request Process
- Fork the repository and create your branch from
main. - If you've added code that should be tested, add tests.
- Ensure the test suite passes (
composer test). - Ensure static analysis passes (
composer analyze). - Ensure code style matches PSR-12 (
composer fix). - Update the documentation if necessary.
Code of Conduct
Please be respectful and professional in all interactions.