Skip to content

Commit

Permalink
Update PR template to more explicitly prompt for a linked issue close…
Browse files Browse the repository at this point in the history
…d by the PR (NVIDIA#134)

* Add an explicit "closes" to PR template.

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-authored-by: Ben Jarmak <[email protected]>

---------

Co-authored-by: Ben Jarmak <[email protected]>
  • Loading branch information
jrhemstad and jarmak-nv authored Jun 28, 2023
1 parent 7b0af77 commit 4654cf5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## Description

<!-- Every PR should have a corresponding issue that describes and motivates the work done in the PR -->
closes <!-- Link issue here -->

<!-- Provide a standalone description of changes in this PR. -->
<!-- Reference any issues closed by this PR with "closes #1234". -->

<!-- Note: The pull request title will be included in the CHANGELOG. -->

## Checklist
<!-- TODO: - [ ] I am familiar with the [Contributing Guidelines](). -->
- [ ] New or existing tests cover these changes.
- [ ] The documentation is up to date with these changes.
- [ ] The documentation is up to date with these changes.

0 comments on commit 4654cf5

Please sign in to comment.