From bad49a93a9eb2e9baf0f85f3c7a962f4a80a1ade Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 6 Feb 2025 10:40:28 -0500 Subject: [PATCH] github: update PR template to use correct syntax to auto-close issues Also, hiding guidance to the author under comments to avoid polluting the description with ti. Signed-off-by: Ihar Hrachyshka --- .github/PULL_REQUEST_TEMPLATE.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fb02dd136..dfd27e569 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,25 @@ # What does this PR do? -In short, provide a summary of what this PR does and why. Usually, the relevant context should be present in a linked issue. + -- [ ] Addresses issue (#issue) + ## Test Plan + ## Sources -Please link relevant resources if necessary. + ## Before submitting