From 42c10da1c3eca3a8622eb324f08ceb3002489f54 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 6 Feb 2025 12:59:26 -0500 Subject: [PATCH] github: update PR template to use correct syntax to auto-close issues (#989) Also, hiding guidance to the author under comments to avoid polluting the description with ti. Signed-off-by: Ihar Hrachyshka # What does this PR do? Using `Closes #` syntax in PR template, as per: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests ``` In short, provide a summary of what this PR does and why. Usually, the relevant context should be present in a linked issue. ``` Hides this ^. ``` Please describe: - tests you ran to verify your changes with result summaries. - provide instructions so it can be reproduced. ``` And this ^. ``` Please link relevant resources if necessary. ``` And this ^. ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [x] Ran pre-commit to handle lint / formatting issues. - [x] Read the [contributor guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md), Pull Request section? - [ ] Updated relevant documentation. - [ ] Wrote necessary unit or integration tests. 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 aeb7da3e2..4513e46dc 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