File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 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?
You can’t perform that action at this time.
0 commit comments