mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
1.8 KiB
1.8 KiB
Description
Checklist
- 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 - 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 - I have read the QGIS Coding Standards and this PR complies with them
- New unit tests have been added for core changes
- I have run the
scripts/prepare-commit.sh
script before each commit
Backport
- I request the backport of the changes to the Latest Release
- I request the backport of the changes to the Long Term Release