Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.15 KB

contributing.md

File metadata and controls

11 lines (8 loc) · 1.15 KB

We are glad, that you would like to help us!

Before proposing a pull request, please check the following:

  • Your code should follow the PSR-2 coding standard. But don't worry, if you're code style isn't perfect. StyleCI will automatically merge any style fixes into the repository after any pull requests are merged. This allows us to focus on the content of the contribution.
  • If you commit a new feature, be prepared to help maintaining it. Watch the project on GitHub, and please comment on issues or PRs regarding the feature you contributed.
  • You should create a PHPUnit testcase to make sure that your feature is testable. If you're not familiar with PHPUnit or Unit testing - nevermind. We will help you to create that tests.
  • You should build and add a new PHAR file to your pull request. We use Box to build the PHAR file.

Once your code is merged, you agree with the MIT license for your contribution.