Skip to content

Commit

Permalink
fixes #585
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kalkbrenner committed Apr 4, 2018
1 parent 0c5421c commit 23fd741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ If you are uncertain about any part or need help please feel free to ask for hel

## Pull requests

* Your pull requests should target the develop branch, not master. Nothing will be directly merged into master!
* Your pull requests should target the master branch.
* A pull request should be mergeable (fast-forward) if not, you will be asked to update it.
* Ideally any change should include updated or new unittests to cover the changes. You can submit a PR without tests, but it will take longer to merge as someone else will need to fix the test coverage.
* Solarium follows the Symfony2 code standards: http://symfony.com/doc/current/contributing/code/standards.html
* Each PR will be checked for code standards violations. Of course anything other than a 'green' status needs to be fixed before a PR can be merged.
* Each PR will be checked by the CI environment automatically. Of course anything other than a 'green' status needs to be fixed before a PR can be merged.

0 comments on commit 23fd741

Please sign in to comment.