From 65a794af0ab0bce5a41aa6b179eb711fbdabf1f0 Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Wed, 17 Jul 2024 14:44:16 +0100 Subject: [PATCH] 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)) --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4424f012..717dc48e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,10 +2,11 @@ ## Which issue(s) this PR closes -Closes [issue link here] +Related to [issue link here]