Skip to content

Commit 326e73e

Browse files
authored
Create pull_request_template.md
1 parent 418ae80 commit 326e73e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
2+
## Summary of the Pull Request
3+
4+
<!-- Please review the items on the PR checklist before submitting-->
5+
## PR Checklist
6+
7+
- [ ] **Closes:** Link to issue #xxx
8+
- [ ] **Tests:** Added/updated if needed and all pass
9+
- [ ] **Dev docs:** Added/updated if needed
10+
11+
<!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here -->
12+
## Detailed Description of the Pull Request / Additional comments
13+
14+
<!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well -->
15+
## Validation Steps Performed

0 commit comments

Comments
 (0)