Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.22 KB

CODE-OF-CONDUCT.md

File metadata and controls

32 lines (23 loc) · 1.22 KB

Contributor Code of Conduct

  1. Respect and Inclusivity

    • Be respectful and inclusive in all interactions.
    • Harassment, discrimination, or offensive behavior will not be tolerated.
  2. Follow PHP Coding Standards

    • Adhere to the PSR-12 coding standard.
    • Use consistent indentation, spacing, and naming conventions.
  3. Write Tests

    • Ensure new features or bug fixes include corresponding unit tests.
    • Follow PHPUnit best practices for testing.
  4. Document Your Changes

    • Update documentation (e.g., README, inline comments) to reflect your changes.
    • Clearly describe the purpose of your contribution in pull requests.
  5. Keep It Simple and Clean

    • Write clear, maintainable, and efficient code.
    • Avoid unnecessary complexity or duplication.
  6. Collaborate Constructively

    • Be open to feedback and willing to iterate on your work.
    • Resolve conflicts respectfully and focus on improving the project.
  7. 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! ⚡