forked from phoenix-oss/llama-stack-mirror
Update PR Template to be much more succinct
This commit is contained in:
parent
e964ec95e9
commit
c79cc92b37
1 changed files with 6 additions and 25 deletions
31
.github/PULL_REQUEST_TEMPLATE.md
vendored
31
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,30 +1,11 @@
|
||||||
# What does this PR do?
|
# What does this PR do?
|
||||||
|
[Provide a short summary of what this PR does and why. Link to relevant issues if applicable.]
|
||||||
|
|
||||||
<!-- Provide a short summary of what this PR does and why. Usually, the relevant context should be present in a linked issue. -->
|
[//]: # (If resolving an issue, uncomment and update the line below)
|
||||||
|
[//]: # (Closes #[issue-number])
|
||||||
<!-- Uncomment this section with the issue number if an issue is being resolved
|
|
||||||
**Issue resolved by this Pull Request:** Closes #
|
|
||||||
--->
|
|
||||||
|
|
||||||
|
|
||||||
## Test Plan
|
## Test Plan
|
||||||
|
[Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*]
|
||||||
|
|
||||||
<!--
|
[//]: # (## Documentation)
|
||||||
Please describe:
|
[//]: # (- [ ] Added a Changelog entry if the change is significant)
|
||||||
- tests you ran to verify your changes with result summaries.
|
|
||||||
- provide instructions so it can be reproduced.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
## Sources
|
|
||||||
|
|
||||||
Please link relevant resources if necessary.
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
- [ ] Added a [Changelog](https://github.com/meta-llama/llama-stack/blob/main/CHANGELOG.md) entry if the change is significant (new feature, breaking change etc.).
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue