You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments