From bc3eb6bdfa6c774a15ce3eaed8aba22e68f34252 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Tue, 28 Jan 2020 14:13:10 +0100 Subject: [PATCH] Improve pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4b7fb70bd5a..5026516db80 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,7 +14,7 @@ If this is a pull request that adds new functionality which needs documentation, give an especially detailed explanation. In this case, start with a short abstract and then write some text that can be copied 1:1 to the documentation in the best case. - Also mention if you think this PR needs to be backporte and relevant or fixed issues. + Also mention if you think this PR needs to be backported. And list relevant or fixed issues. ------------------------ @@ -27,8 +27,8 @@ - New unit tests have been added for relevant changes - - You have run [the `scripts/prepare-commit.sh` script](https://github.com/qgis/QGIS/blob/master/.github/CONTRIBUTING.md#contributing-to-qgis) before each commit. + - You have run the `scripts/prepare-commit.sh` script (https://github.com/qgis/QGIS/blob/master/.github/CONTRIBUTING.md#contributing-to-qgis) before each commit. If you didn't do this, you can also run `./scripts/astyle-all.sh` from your source folder. - - You have read the [QGIS Coding Standards](https://docs.qgis.org/testing/en/docs/developers_guide/codingstandards.html) and this PR complies with them + - You have read the QGIS Coding Standards (https://docs.qgis.org/testing/en/docs/developers_guide/codingstandards.html) and this PR complies with them -->