Skip to content

Commit 22ba669

Browse files
committed
Update PR template
1 parent aba9f5f commit 22ba669

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,11 @@
11
# What does this PR do?
2+
[Provide a short summary of what this PR does and why. Link to relevant issues if applicable.]
23

3-
In short, provide a summary of what this PR does and why. Usually, the relevant context should be present in a linked issue.
4-
5-
- [ ] Addresses issue (#issue)
6-
4+
[//]: # (If resolving an issue, uncomment and update the line below)
5+
[//]: # (Closes #[issue-number])
76

87
## Test Plan
8+
[Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*]
99

10-
Please describe:
11-
- tests you ran to verify your changes with result summaries.
12-
- provide instructions so it can be reproduced.
13-
14-
15-
## Sources
16-
17-
Please link relevant resources if necessary.
18-
19-
20-
## Before submitting
21-
22-
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
23-
- [ ] Ran pre-commit to handle lint / formatting issues.
24-
- [ ] Read the [contributor guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md),
25-
Pull Request section?
26-
- [ ] Updated relevant documentation.
27-
- [ ] Wrote necessary unit or integration tests.
10+
[//]: # (## Documentation)
11+
[//]: # (- [ ] Added a Changelog entry if the change is significant)

0 commit comments

Comments
 (0)