Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 997 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 997 Bytes

Contributing

Contributions are welcome. If you want to ask or propose something, please create an issue. If you want to contribute, please send in a pull request.

⤴️ Pull requests

Make sure to follow these rules when creating a pull request:

  • Follow the PSR-12 coding standards (though we have a PHP CS Fixer workflow in place that takes care of that for you)
  • Write tests for new functionality or bug fixes and make sure test coverage is on point
  • Keep the README file and docs up-to-date with changes
  • We follow Semantic Versioning, so please send pull requests to the correct branch
  • Update the CHANGELOG.md file with any changes/additions/... and follow the changelog standards

🧪 Running tests

You can run the test suite with the following command:

vendor/bin/phpunit