mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
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:
parent
3922999118
commit
bad49a93a9
1 changed files with 8 additions and 3 deletions
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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.
|
||||
<!-- 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
|
||||
|
||||
<!--
|
||||
Please describe:
|
||||
- tests you ran to verify your changes with result summaries.
|
||||
- provide instructions so it can be reproduced.
|
||||
-->
|
||||
|
||||
|
||||
## Sources
|
||||
|
||||
Please link relevant resources if necessary.
|
||||
<!-- Please link relevant resources if necessary. -->
|
||||
|
||||
|
||||
## Before submitting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue