From 1d528469610e8eb27ad48faa73c8892f5a7607ee Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 30 Dec 2016 07:56:16 +1000 Subject: [PATCH] Add PR template for github --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..6c57d448a86 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +## Description +Include a few sentences describing the overall goals for this pull request. + +## Checklist + +All checklist items should be addressed before a QGIS maintainer will review the request: + +- [ ] I've read the [QGIS Coding Standards](https://www.qgis.org/en/site/getinvolved/development/qgisdevelopersguide/codingstandards.html) and this PR complies with them +- [ ] This PR passes all existing unit tests +- [ ] New unit tests have been added for core changes +- [ ] I've run the scripts/prepare-commit.sh script before each commit +- [ ] Commit messages are descriptive and explain the rationale for changes +- [ ] Commits which fix bugs include "fixes #11111" in the commit message +- [ ] Commits which add new features are tagged with \[FEATURE\] in the commit message +- [ ] Commits which change the UI or existing user workflows are tagged with \[needs-docs\] in the commit message + + +