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:
Vadim Stepanov 2024-07-17 14:44:16 +01:00 committed by GitHub
parent 0325e2af02
commit 65a794af0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
--> -->