Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit c2f8c02

Browse files
authored
add a pull request template
1 parent 0c200df commit c2f8c02

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/pull_request_template.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Description
2+
<!-- Fixes # (issue) -->
3+
4+
5+
6+
## Type of change
7+
<!-- [x] = check mark on preview -->
8+
<!-- [ ] = empty box on preview -->
9+
<!---->
10+
<!-- Please REMOVE unchecked selections -->
11+
12+
- [ ] Bug fix (non-breaking change which fixes an issue)
13+
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
15+
- [ ] This change requires a documentation update
16+
17+
## Change Status
18+
<!-- Please REMOVE unchecked selections -->
19+
20+
- [ ] Complete, tested, ready to review and merge
21+
- [ ] Complete, but not tested (may need new tests)
22+
- [ ] Incomplete/work-in-progress, PR is for discussion/feedback
23+
24+
# How Has This Been Tested?
25+
<!-- Please REMOVE unchecked selections -->
26+
27+
- [ ] Unit Tests
28+
- [ ] UI Tests
29+
- [ ] No Tests Written
30+
31+
# Checklist
32+
<!-- Please KEEP unchecked selections -->
33+
34+
- [ ] My code follows the style guidelines of this project
35+
- [ ] I have performed a self-review of my own code
36+
- [ ] I have made corresponding changes to the documentation (if applicable)
37+
- [ ] My changes generate no new warnings
38+
- [ ] I have added tests that prove my fix is effective or that my feature works
39+
- [ ] New and existing unit/ui tests pass locally with my changes
40+
- [ ] There are no merge conflicts

0 commit comments

Comments
 (0)