Skip to content

Commit b9a2556

Browse files
authored
Merge pull request #42 from OpenSourceFellows/ht-l1-patch-2
issue #32 - Create PULL_REQUEST_TEMPLATE
2 parents 3597791 + 488ffa0 commit b9a2556

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.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 changes and the related issue.
4+
5+
## Type of Change
6+
7+
- [ ] Bug fix
8+
- [ ] New feature
9+
- [ ] Documentation update
10+
- [ ] Refactor
11+
- [ ] Other (please describe):
12+
13+
## How Has This Been Tested?
14+
15+
Please describe the tests that you ran to verify your changes. Include details of your testing environment if relevant.
16+
17+
## Checklist:
18+
19+
- [ ] My code follows the style guidelines of this project
20+
- [ ] I have performed a self-review of my code
21+
- [ ] I have commented my code where necessary
22+
- [ ] I have added tests that prove my fix is effective or that my feature works
23+
- [ ] New and existing unit tests pass locally with my changes
24+
- [ ] I have updated the documentation (if applicable)
25+
26+
## Related Issues
27+
28+
Fixes #<issue-number> (if applicable)

0 commit comments

Comments
 (0)