From 2964e5aedb5f1034bcfdc71f44a7d83241d54d02 Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Tue, 1 Nov 2016 10:13:31 +0100 Subject: [PATCH] Add note about CI --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index c0f119a..86246b3 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -31,7 +31,7 @@ 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.