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 <ihar.hrachyshka@gmail.com>

# 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 <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka 2025-02-06 12:59:26 -05:00 committed by GitHub
parent 610de1ba05
commit 42c10da1c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +1,25 @@
# What does this PR do? # 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. <!-- Provide a short summary of what this PR does and why. Usually, the relevant context should be present in a linked issue. -->
- [ ] Addresses issue (#issue) <!-- Uncomment this section with the issue number if an issue is being resolved
**Issue resolved by this Pull Request:**
Closes #
--->
## Test Plan ## Test Plan
<!--
Please describe: Please describe:
- tests you ran to verify your changes with result summaries. - tests you ran to verify your changes with result summaries.
- provide instructions so it can be reproduced. - provide instructions so it can be reproduced.
-->
## Sources ## Sources
Please link relevant resources if necessary. <!-- Please link relevant resources if necessary. -->
## Before submitting ## Before submitting