diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-10-17 19:47:33 +0200 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-10-17 19:56:01 +0200 |
| commit | 6d33d5dda0400c31d7f7c3a8054b7802273b0fb0 (patch) | |
| tree | 91884386f1dc0ae3a3f952c4d1278654b0ec853d /.github/pull_request_template.md | |
| parent | 9ab7bc54cf1eb1a0cb088e8157dc8c88c553b9c7 (diff) | |
| download | python-setuptools-git-6d33d5dda0400c31d7f7c3a8054b7802273b0fb0.tar.gz | |
📝 Update devguide links in the PR template
This is necessary because the document has been moved in PR #2426.
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 10 |
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 |
