Skip to content

doc: add issue reference to github pr template - #36440

Closed
chinmoy12c wants to merge 1 commit into
nodejs:masterfrom
chinmoy12c:issue_36338
Closed

doc: add issue reference to github pr template#36440
chinmoy12c wants to merge 1 commit into
nodejs:masterfrom
chinmoy12c:issue_36338

Conversation

@chinmoy12c

@chinmoy12cchinmoy12c commented Dec 8, 2020

Copy link
Copy Markdown
Contributor

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Dec 8, 2020

@aduh95aduh95 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We expect the full URL in the commit message, I think the PR template should be aligned (GitHub UI will show only the issue number anyway).

Comment thread.github/PULL_REQUEST_TEMPLATE.md Outdated
Comment threaddoc/guides/contributing/pull-requests.md Outdated
@chinmoy12c

Copy link
Copy Markdown
ContributorAuthor

We expect the full URL in the commit message, I think the PR template should be aligned (GitHub UI will show only the issue number anyway).

Thanks for the review, made the changes. :)

Comment thread.github/PULL_REQUEST_TEMPLATE.md Outdated
Comment threaddoc/guides/contributing/pull-requests.md Outdated
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: nodejs#36338
jasnell pushed a commit that referenced this pull request Dec 16, 2020
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>
@jasnell

Copy link
Copy Markdown
Member

Landed in 4a6200e

@jasnelljasnell closed this Dec 16, 2020
targos pushed a commit that referenced this pull request Dec 21, 2020
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>
@targostargos mentioned this pull request Dec 22, 2020
targos pushed a commit that referenced this pull request May 1, 2021
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>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

metaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

doc: Add issue reference to the PR template

4 participants

@chinmoy12c@jasnell@aduh95@nodejs-github-bot