From 6d33d5dda0400c31d7f7c3a8054b7802273b0fb0 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 17 Oct 2020 19:47:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20devguide=20links=20in?= =?UTF-8?q?=20the=20PR=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is necessary because the document has been moved in PR #2426. --- .github/pull_request_template.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aa5508076e..ef5a98e727 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ - + ## Summary of changes @@ -9,4 +9,10 @@ Closes ### 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