QGIS/.github/PULL_REQUEST_TEMPLATE.md

21 lines
1.3 KiB
Markdown
Raw Normal View History

2016-12-30 07:56:16 +10:00
## Description
2019-08-08 08:04:45 +02:00
<!-- Include below a few sentences describing the overall goals for this pull request (PR). 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
2019-08-08 08:04:45 +02:00
- [ ] Commits which fix bugs include `Fixes #11111` at the bottom of the commit message
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
- [ ] 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
## Backport
2019-08-08 08:04:45 +02:00
<!-- Bug fixes can concern more than a version and may require backporting. Indicate below the version(s) you would like to backport to. We will try to automatically backport.-->
- [ ] I request the backport of the changes to the Latest Release
- [ ] I request the backport of the changes to the Long Term Release