DownloadContributing Guide
How to Contribute
-
Fork the repository.
-
Create a new branch (e.g., `feature/your-feature`) from `development`.
-
Prepare Development Environment.
-
Make your changes.
-
Ensure that your code follows our coding standards.
-
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.
|