From 1068c8a56e80775344382157689ebf917afe31fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Mon, 8 Nov 2021 13:11:04 +0100 Subject: [PATCH] template: Make PR template more task oriented (#1224) --- .github/PULL_REQUEST_TEMPLATE.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a2a4e111c..59326bfe8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,23 @@ - -- If you're fixing a bug, ensure you add unit tests to prove that it works. -- Before adding a feature, it is best to create an issue explaining it first. It would save you some effort in case we don't consider it should be included in node-fetch. -- If you are reporting a bug, adding failing units tests can be a good idea. ---> +## Purpose -**What is the purpose of this pull request?** -- [ ] Documentation update -- [ ] Bug fix -- [ ] New feature -- [ ] Other, please explain: +## Changes -**What changes did you make? (provide an overview)** -**Which issue (if any) does this pull request address?** +## Additional information -**Is there anything you'd like reviewers to know?** + +___ + + +- [ ] I updated ./docs/CHANGELOG.md with a link to this PR or Issue +- [ ] I updated ./docs/v3-UPGRADE-GUIDE +- [ ] I updated readme +- [ ] I added unit test(s) + +___ + + +- Fixes #000