Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 982 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 982 Bytes

How to contribute

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.
    • Please run composer format-preview to see which codes should be fixed.
    • Please run composer format to fix coding style, before sending pull requests.
  • 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.
  • 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.