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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,5 @@ Getting your pull request merged
21
21
This is a volunteer project, so sometimes it may take a little while to merge
22
22
your pull request.
23
23
24
-
There is a [guide with hints for getting your pull requests merged](https://www.qgis.org/en/site/getinvolved/development/qgisdevelopersguide/git.html#pull-requests)
24
+
There is a [guide with hints for getting your pull requests merged](https://docs.qgis.org/testing/en/docs/developers_guide/git.html#pull-requests)
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Include a few sentences describing the overall goals for this PR (pull request).
9
9
-[ ] Commits which fix bugs include `fixes #11111` in the commit message next to the description
10
10
-[ ] Commits which add new features are tagged with `[FEATURE]` in the commit message
11
11
-[ ] Commits which change the UI or existing user workflows are tagged with `[needs-docs]` in the commit message and containt sufficient information in the commit message to be documented
12
-
-[ ] I have read the [QGIS Coding Standards](https://www.qgis.org/en/site/getinvolved/development/qgisdevelopersguide/codingstandards.html) and this PR complies with them
12
+
-[ ] I have read the [QGIS Coding Standards](https://docs.qgis.org/testing/en/docs/developers_guide/codingstandards.html) and this PR complies with them
13
13
-[ ] This PR passes all existing unit tests (test results will be reported by travis-ci after opening this PR)
14
14
-[ ] New unit tests have been added for core changes
15
15
-[ ] I have run [the `scripts/prepare-commit.sh` script](https://github.com/qgis/QGIS/blob/master/.github/CONTRIBUTE.md#contributing-to-qgis) before each commit
0 commit comments