Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 949 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 949 Bytes

Contributing Guide

How to Contribute

  1. Fork the repository.
  2. Create a new branch (e.g., feature/your-feature) from development.
  3. Prepare Development Environment.
  4. Make your changes.
  5. Ensure that your code follows our coding standards.
  6. Run tests to ensure everything is working. 7Submit a pull request to the development branch.

Coding Standards

  • Follow the existing code style.
  • Run PHPStan, PHP_CodeSniffer, and phpUnit. Install CaptainHook to run them automatically.
  • Write unit or/and integration tests.
  • Write clear and concise commit messages.

Reporting Issues

Please use the issue tracker to report bugs or request features. Provide as much detail as possible to help us understand and resolve the issue.