-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pull request template v1 (#885)
- Loading branch information
1 parent
b35f0ec
commit 1a396fe
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
## Reason for this PR | ||
|
||
<!-- | ||
The "why" - | ||
Provide a short summary to answer "Why are these changes needed?". | ||
Include links to relevant Issues, and links to any background information or discussion. | ||
Help reviewers, and people in the future, understand the context behind this work. | ||
--> | ||
|
||
## Changes Made in this PR | ||
|
||
<!-- | ||
The "what" - | ||
Provide a short summary of specific changes made in this pull request. | ||
The "how" - | ||
Explain the approach you took to address the problem - your reasoning. | ||
Mention any alternative approaches any why they didn't work. | ||
Detail any notable implementation details. | ||
--> | ||
|
||
## Testing Summary | ||
|
||
<!-- | ||
Briefly explain how you tested and verified your work. | ||
e.g. | ||
- Tests run locally. | ||
- New tests created or tests updated. | ||
- Any tools run over code (linters/debugger walk/profiler). | ||
--> | ||
|
||
## Risk Highlight | ||
|
||
<!-- | ||
Please add any additional comments to help reviewers and maintainers. | ||
--> | ||
|
||
- [ ] This PR includes code from another work (please detail). | ||
- [ ] This PR contains API-breaking changes. | ||
- [ ] This PR depends on work in another PR (please provide links/details). | ||
- [ ] This PR introduces new dependencies (please detail). | ||
- [ ] There are coverage gaps not covered by tests. | ||
- [ ] Documentation updates required in subsequent PR. | ||
|
||
## Checklist | ||
|
||
- [ ] Code comments added to any hard-to-understand areas, if applicable. | ||
- [ ] Changes generate no new warnings. | ||
- [ ] Updated any relevant tests, if applicable. | ||
- [ ] No conflicts with destination `dev` branch. | ||
- [ ] I reviewed my own code changes. | ||
- [ ] Initial CI/CD passing. | ||
- [ ] 1+ reviews given, and any review issues addressed and approved. | ||
- [ ] Post-review full CI/CD passing. |