Skip to content

Commit

Permalink
doc: add issue reference to github pr template
Browse files Browse the repository at this point in the history
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: #36338

PR-URL: #36440
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
chinmoy12c authored and targos committed May 1, 2021
1 parent 760e593 commit cf9d476
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -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]. -->

Expand Down
4 changes: 4 additions & 0 deletions doc/guides/contributing/pull-requests.md
Expand Up @@ -281,6 +281,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]. -->

Expand Down

0 comments on commit cf9d476

Please sign in to comment.