Commit 23fd741f authored by Markus Kalkbrenner's avatar Markus Kalkbrenner

fixes #585

parent 0c5421cf
...@@ -17,8 +17,9 @@ If you are uncertain about any part or need help please feel free to ask for hel ...@@ -17,8 +17,9 @@ If you are uncertain about any part or need help please feel free to ask for hel
## Pull requests ## 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. * 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. * 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 * 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. * 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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment