Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 365 Bytes

File metadata and controls

14 lines (11 loc) · 365 Bytes

Contributing

Thank you for considering contributing to this project! Here's how you can help:

How to contribute

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Ensure all tests pass.
  5. Submit a pull request.

Coding Standards

  • Use PSR-12 for PHP code.
  • Write descriptive commit messages.