summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-10-17 21:59:36 -0400
committerGitHub <noreply@github.com>2020-10-17 21:59:36 -0400
commitd490709b5718de7756f8e873a1da16ccadb2e5d2 (patch)
treede47f12c2561592c79633203f18bf7b5e9189b50
parent66ca4205ee7e017d6c10346f0bd71fcfc556211f (diff)
parent6d33d5dda0400c31d7f7c3a8054b7802273b0fb0 (diff)
downloadpython-setuptools-git-d490709b5718de7756f8e873a1da16ccadb2e5d2.tar.gz
Merge pull request #2431 from webknjaz/bugfixes/pr-template-docs-links
📝 Update devguide links in the PR template
-rw-r--r--.github/pull_request_template.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index aa550807..ef5a98e7 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,4 +1,4 @@
-<!-- First time contributors: Take a moment to review https://setuptools.readthedocs.io/en/latest/developer-guide.html! -->
+<!-- First time contributors: Take a moment to review https://setuptools.readthedocs.io/en/latest/development/developer-guide.html! -->
<!-- Remove sections if not applicable -->
## Summary of changes
@@ -9,4 +9,10 @@ Closes <!-- issue number here -->
### Pull Request Checklist
- [ ] Changes have tests
-- [ ] News fragment added in changelog.d. See [documentation](http://setuptools.readthedocs.io/en/latest/developer-guide.html#making-a-pull-request) for details
+- [ ] News fragment added in [`changelog.d/`].
+ _(See [documentation][PR docs] for details)_
+
+
+[`changelog.d/`]: https://github.com/pypa/setuptools/tree/master/changelog.d
+[PR docs]:
+https://setuptools.readthedocs.io/en/latest/development/developer-guide.html#making-a-pull-request