-
Respect and Inclusivity
- Be respectful and inclusive in all interactions.
- Harassment, discrimination, or offensive behavior will not be tolerated.
-
Follow PHP Coding Standards
- Adhere to the PSR-12 coding standard.
- Use consistent indentation, spacing, and naming conventions.
-
Write Tests
- Ensure new features or bug fixes include corresponding unit tests.
- Follow PHPUnit best practices for testing.
-
Document Your Changes
- Update documentation (e.g., README, inline comments) to reflect your changes.
- Clearly describe the purpose of your contribution in pull requests.
-
Keep It Simple and Clean
- Write clear, maintainable, and efficient code.
- Avoid unnecessary complexity or duplication.
-
Collaborate Constructively
- Be open to feedback and willing to iterate on your work.
- Resolve conflicts respectfully and focus on improving the project.
-
License Compliance
- Ensure your contributions are compatible with the project’s license (MIT).
By contributing, you agree to abide by this code. Thank you for helping make this project better! ⚡