diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 4947c12..86246b3 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -31,15 +31,13 @@ What types of changes does your code introduce? Put an `x` in all the boxes that Go over all the following points, and put an `x` in all the boxes that apply. -Please, please, please, don't send your pull request until all of the boxes are ticked. +Please, please, please, don't send your pull request until all of the boxes are ticked. Once your pull request is created, it will trigger a build on our [continuous integration](http://www.phptherightway.com/#continuous-integration) server to make sure your [tests and code style pass](https://help.github.com/articles/about-required-status-checks/). - [ ] I have read the **[CONTRIBUTING](CONTRIBUTING.md)** document. - [ ] My pull request addresses exactly one patch/feature. - [ ] I have created a branch for this patch/feature. - [ ] Each individual commit in the pull request is meaningful. - [ ] I have added tests to cover my changes. -- [ ] All new and existing tests passed. - [ ] If my change requires a change to the documentation, I have updated it accordingly. -- [ ] My code follows the code style of this project. If you're unsure about any of these, don't hesitate to ask. We're here to help!