mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Fix link to developer's guide
This commit is contained in:
parent
a652f73f57
commit
55e7d93bc7
2
.github/CONTRIBUTE.md
vendored
2
.github/CONTRIBUTE.md
vendored
@ -21,5 +21,5 @@ Getting your pull request merged
|
||||
This is a volunteer project, so sometimes it may take a little while to merge
|
||||
your pull request.
|
||||
|
||||
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)
|
||||
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)
|
||||
in the developers guide.
|
||||
|
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -9,7 +9,7 @@ Include a few sentences describing the overall goals for this PR (pull request).
|
||||
- [ ] 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 containt sufficient information in the commit message to be documented
|
||||
- [ ] I have read the [QGIS Coding Standards](https://www.qgis.org/en/site/getinvolved/development/qgisdevelopersguide/codingstandards.html) and this PR complies with them
|
||||
- [ ] 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
|
||||
- [ ] 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user