Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 546 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 546 Bytes

How to contribute to this project

If you want to contribute to this project, first you need to open an issue and start a pull request targeting the main branch.

  1. All changes or additions must have tests or update old tests if necessary.
  2. Follow the PSR-12 coding standart.
  3. Use phpstan to search problems in your code.
  4. Write comments in your code when you think that is necessary.
  5. When your changes are ready, mark your pull request with the ready to review label.