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 <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka 2025-02-06 10:40:28 -05:00
parent 3922999118
commit bad49a93a9

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