Skip to content

Commit 16205fe

Browse files
Merge pull request #154 from dach3n/Create-Pull-Request-Template
Feature: Create pull request template
2 parents df207eb + 34b5dad commit 16205fe

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/pull_request_template.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## Type of Change
2+
<!--- type an 'x' into the brackets to select a listed option i.e. [ ] -> [x] --->
3+
- [ ] Feature
4+
- [ ] Bug Fix
5+
- [ ] Update
6+
- [ ] Refactor
7+
- [ ] Other (please describe)
8+
9+
## Related Issue
10+
<!--- replace XXs with the issue number --->
11+
Fixes issue [#XX](issues/XX)
12+
13+
## Changes
14+
*Describe any/all changes made to the repository.*
15+
16+
Please include:
17+
- files edited or added
18+
- description of changes made in each file
19+
20+
*Explain why these changes were necessary.*
21+
22+
## Testing
23+
*What steps were taken to test these changes?*
24+
25+
*If this is a bug fix, please provide steps to reproduce the bug*
26+
27+
## Checklist
28+
<!--- Leave items unchecked if they are not applicable --->
29+
- [ ] No merge conflicts
30+
- [ ] I self-reviewed my code
31+
- [ ] I added comments to make my code readable
32+
- [ ] I added tests to cover my changes
33+
- [ ] I have checked to see there are no open pull requests for the same issue
34+
35+
### Output Screenshots
36+
<!--- Remove this section if it is not needed --->
37+
If necessary, add screenshots of changes.
38+
39+
For example: visual updates, before/after a bugged output, new feature output
40+
41+
### Next Steps
42+
<!--- Remove this section if it is not needed --->
43+
What is there TODO following this pull request?

0 commit comments

Comments
 (0)