From 12f4dd889c1aaf9a571b5b117219d03d3a9e40c5 Mon Sep 17 00:00:00 2001 From: Paolo Cavallini Date: Thu, 7 Mar 2019 22:58:41 +0100 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a25159d44a93..6b59fe635fa3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,3 +13,4 @@ Include a few sentences describing the overall goals for this PR (pull request). - [ ] This PR passes all existing unit tests (test results will be reported by travis-ci after opening this PR) - [ ] New unit tests have been added for core changes - [ ] I have run [the `scripts/prepare-commit.sh` script](https://github.com/qgis/QGIS/blob/master/.github/CONTRIBUTING.md#contributing-to-qgis) before each commit +- [ ] Did not drink while coding