Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChinmoy Chakraborty <chinmoy12c@gmail.com>2020-12-08 14:07:51 +0300
committerJames M Snell <jasnell@gmail.com>2020-12-16 21:39:24 +0300
commit4a6200e28947af3a7e1f65a332f3d391bc967a67 (patch)
tree47977dacad8ff333c3255cf6e3db8cc66634b47b /.github
parentb55807573874142cc262f479a8344018831f93d9 (diff)
doc: add issue reference to github pr template
The PR template should include a Reference isssue (Fixes #issue_number) so the PR can be tracked back to the issue easily.For a beginner trying to read PRs to become comfortable with the codebase,it is really helpful if one can directly reach the issue the PR fixes. Fixes: https://github.com/nodejs/node/issues/36338 PR-URL: https://github.com/nodejs/node/pull/36440 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 66efca5cd00..dd3a2964c85 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -7,6 +7,10 @@ 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/<issue_number>
+
##### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->