Lines Matching full:your
5 Before we can merge your Pull-Request here are some guidelines that you need to follow.
14 Your Pull-Request must be compliant with the said standard.
15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
24 Please try to add a test for your pull-request. This project uses [PHPUnit](https://phpunit.de/) as…
36 To test doc rendering before submitting your PR, you will need [Sphinx](http://www.sphinx-doc.org/e…
52 We automatically run your pull request through [Travis CI](https://www.travis-ci.org)
54 If you break the tests, we cannot merge your code,
55 so please make sure that your code is working before opening up a Pull-Request.
68 Please allow us time to review your pull requests.
73 and [rebase your branch](http://git-scm.com/book/en/Git-Branching-Rebasing)
74 before submitting your Pull Request.
76 One may ask you to [squash your
78 too. This is used to "clean" your Pull Request before merging it (we don't want
84 Thank you very much again for your contribution!