QGIS/.github/PULL_REQUEST_TEMPLATE.md

16 lines
1.3 KiB
Markdown
Raw Normal View History

2016-12-30 07:56:16 +10:00
## Description
Include a few sentences describing the overall goals for this PR (pull request). If applicable also add screenshots.
2016-12-30 07:56:16 +10:00
## Checklist
> Reviewing is a process done by project maintainers, mostly on a volunteer basis. We try to keep the overhead as small as possible and appreciate if you help us to do so by completing the following items. Feel free to ask in a comment if you have troubles with any of them.
2016-12-30 07:56:16 +10:00
- [ ] Commit messages are descriptive and explain the rationale for changes
- [ ] Commits which fix bugs include `fixes #11111` in the commit message next to the description
- [ ] Commits which add new features are tagged with `[FEATURE]` in the commit message
2017-08-23 11:15:12 +02:00
- [ ] Commits which change the UI or existing user workflows are tagged with `[needs-docs]` in the commit message and contain sufficient information in the commit message to be documented
2017-03-12 14:24:40 +01:00
- [ ] I have read the [QGIS Coding Standards](https://docs.qgis.org/testing/en/docs/developers_guide/codingstandards.html) and this PR complies with them
- [ ] 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
2018-09-29 11:35:42 +02:00
- [ ] 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