Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 692 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 692 Bytes

Contributing

Contributions are welcome and can be done through pull requests on Github.

Pull Requests

  • GrumPHP will look into your commits and pull request for coding standards. If GrumPHP is happy, we are.
  • Provide tests to keep the coverage high.
  • Keep the README.md up to date, write documentation!
  • Follow SemVer v2.0.0.
  • Create a feature-branch on your own fork.
  • Commit small, commit meaningfull. Don't commit a fix for code in your own pull request. Squash and force push often!

GrumPHP

$ vendor/bin/grumphp run

Running Tests

$ composer test