Skip to content

Commit 5c5c890

Browse files
committed
chore: add PR template
1 parent 01da0ce commit 5c5c890

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Description
2+
3+
Please include a summary of the change and which issue is fixed. Also include relevant motivation and context.
4+
5+
Fixes # (issue)
6+
7+
## Type of change
8+
9+
Please delete options that are not relevant.
10+
11+
- [ ] Bug fix
12+
- [ ] New feature
13+
- [ ] Breaking change
14+
- [ ] Documentation update
15+
16+
## How Has This Been Tested?
17+
18+
Please describe the tests that you ran to verify your changes.
19+
20+
## Checklist
21+
22+
- [ ] My code is formatted with `rustfmt`
23+
- [ ] I have performed a self-review of my code
24+
- [ ] I have commented my code, particularly in hard-to-understand areas
25+
- [ ] I have made corresponding changes to the documentation
26+
- [ ] My changes generate no new warnings
27+
- [ ] I have added tests that prove my fix is effective or that my feature works
28+
- [ ] New and existing unit and integration tests pass locally with my changes

0 commit comments

Comments
 (0)