From 653492f2d44e947d16b42c01dfe1f601f46e56c2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 21 Dec 2020 05:13:52 -0800 Subject: [PATCH] doc: remove "Related Issues" from pull request template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't require an issue for a pull request, so this section usually ends up displaying confusing default content. PR-URL: https://github.com/nodejs/node/pull/36590 Reviewed-By: Richard Lau Reviewed-By: Michaƫl Zasso Reviewed-By: Antoine du Hamel Reviewed-By: Anna Henningsen Reviewed-By: Daijiro Wachi --- .github/PULL_REQUEST_TEMPLATE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dd3a2964c85db9..66efca5cd000e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,10 +7,6 @@ Bug fixes and new features should include tests and possibly benchmarks. Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md --> -#### Related Issues - -Fixes: https://github.com/nodejs/node/issues/ - ##### Checklist