Skip to content

Commit 0d80ec5

Browse files
Create pull_request_template.md
1 parent c710f9f commit 0d80ec5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/pull_request_template.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
### Type of Change
2+
<!--- Check any relevant boxes with "x" -->
3+
- [ ] New feature (non-breaking change which adds functionality)
4+
- [ ] Bug fix (non-breaking change which fixes an issue)
5+
- [ ] Task
6+
7+
### Description
8+
9+
### TESTS
10+
<!--- Specify number of tests added or changed -->
11+
Number of tests added/changed:
12+
13+
### ADDITIONAL INFORMATION
14+
<!--- Check any relevant boxes with "x" -->
15+
<!--- HINT: Enter the ticket number as TP-XXXX format -->
16+
- [ ] Removes existing feature
17+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
18+
- [ ] This change requires a documentation update
19+
20+
### Checklist:
21+
- [ ] My code follows the style guidelines of this project
22+
- [ ] I have performed a self-review of my own code
23+
- [ ] I have commented my code, particularly in hard-to-understand areas
24+
- [ ] I have made corresponding changes to the documentation
25+
- [ ] My changes generate no new warnings
26+
- [ ] I have added tests that prove my fix is effective or that my feature works
27+
- [ ] New and existing unit tests pass locally with my changes

0 commit comments

Comments
 (0)