PR template: "Closes" -> "Related to" (#4693)
Make it so that you need to explicitly use the "Closes" keyword when opening PRs (as per [this sprint retro comment](https://miro.com/app/board/uXjVKzhhfgE=/?moveToWidget=3458764594901560846&cot=14))
This commit is contained in:
parent
0325e2af02
commit
65a794af0a
1 changed files with 3 additions and 2 deletions
5
.github/pull_request_template.md
vendored
5
.github/pull_request_template.md
vendored
|
|
@ -2,10 +2,11 @@
|
||||||
|
|
||||||
## Which issue(s) this PR closes
|
## Which issue(s) this PR closes
|
||||||
|
|
||||||
Closes [issue link here]
|
Related to [issue link here]
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
*Note*: if you have more than one GitHub issue that this PR closes, be sure to preface
|
*Note*: If you want the issue to be auto-closed once the PR is merged, change "Related to" to "Closes" in the line above.
|
||||||
|
If you have more than one GitHub issue that this PR closes, be sure to preface
|
||||||
each issue link with a [closing keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
|
each issue link with a [closing keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
|
||||||
This ensures that the issue(s) are auto-closed once the PR has been merged.
|
This ensures that the issue(s) are auto-closed once the PR has been merged.
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue