Thanks for contributing to skeleton! Just follow these single guidelines:
- You MUST follow the PSR-2 coding standard. Please see PSR-2 for more details.
- You MUST pass all unit tests in your local environment.
- Please run
composer test
. - Please run
docker-compose up
if you can. This will run unit tests against multiple PHP versions.
- Please run
- You MUST use feature / topic branches to ease the merge of contributions.
- You MUST use the provided commit message template, which follows the rules described by Chris Beams. It can be configured via
composer configure-commit-template
prior to committing.