Skip to content

Commit

Permalink
Add keyword to auto-close issue in PR template (opensearch-project#7314)
Browse files Browse the repository at this point in the history
GitHub requires a magic word to properly link a PR to an issue so that
the issue is automatically closed when the PR is merged.

Signed-off-by: Andrew Ross <andrross@amazon.com>
  • Loading branch information
andrross authored Apr 28, 2023
1 parent 8422768 commit 30ddce4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
### Description
[Describe what this change achieves]

### Issues Resolved
[List any issues this PR will resolve]
### Related Issues
Resolves #[Issue number to be closed when this PR is merged]
<!-- List any other related issues here -->

### Check List
- [ ] New functionality includes testing.
Expand Down

0 comments on commit 30ddce4

Please sign in to comment.