Skip to content

Commit 1d52846

Browse files
nyalldawsonm-kuhn
authored andcommitted
Add PR template for github
1 parent 0798faa commit 1d52846

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Description
2+
Include a few sentences describing the overall goals for this pull request.
3+
4+
## Checklist
5+
6+
All checklist items should be addressed before a QGIS maintainer will review the request:
7+
8+
- [ ] I've read the [QGIS Coding Standards](https://www.qgis.org/en/site/getinvolved/development/qgisdevelopersguide/codingstandards.html) and this PR complies with them
9+
- [ ] This PR passes all existing unit tests
10+
- [ ] New unit tests have been added for core changes
11+
- [ ] I've run the scripts/prepare-commit.sh script before each commit
12+
- [ ] Commit messages are descriptive and explain the rationale for changes
13+
- [ ] Commits which fix bugs include "fixes #11111" in the commit message
14+
- [ ] Commits which add new features are tagged with \[FEATURE\] in the commit message
15+
- [ ] Commits which change the UI or existing user workflows are tagged with \[needs-docs\] in the commit message
16+
17+
18+

0 commit comments

Comments
 (0)