Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 1.01 KB

Contributing

Contributions are welcome and will be fully credited. We only accept contributions via pull requests on Github.

Pull Requests

  • PSR-2 Coding Standard. The easiest way to apply the conventions is to install PHP CS Fixer.
  • Test! Nothing will be accepted if there are no tests.
  • Document. Make sure you update any documentation. The README.md and any other relevant documentation should be kept up-to-date.
  • Consider our release cycle. We try to follow SemVer v2.0.0.
  • Create branches. Don't ask us to pull from your master branch.
  • One pull request per feature. If you want to do more than one thing, send multiple pull requests.

For any major features or request, please open an issue first to discuss your ideas.

Running Tests

$ ./vendor/bin/phpunit