Skip to content

Commit 6784cd3

Browse files
Add Pull request template
* Add a pull request template to ensure that pull requests are created with sufficient detail and to confirm that that required self-checks have been completed.
1 parent b760f94 commit 6784cd3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## What
2+
3+
Please include a summary of the changes and the related issue
4+
5+
## Why
6+
7+
Please include details of the reasoning for these changes
8+
9+
## Type of change
10+
11+
Please delete options that are not relevant.
12+
13+
- [ ] Bug fix (non-breaking change which fixes an issue)
14+
- [ ] New feature (non-breaking change which adds functionality)
15+
- [ ] Internal change (non-breaking change with no effect on the functionality affecting end users)
16+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
17+
18+
## Checklist:
19+
20+
- [ ] I have performed a self-review of my code
21+
- [ ] I have made corresponding changes to the documentation where required
22+
- [ ] My changes generate no new warnings
23+
- [ ] I have added tests that prove my fix is effective or that my feature works
24+
- [ ] New and existing unit tests pass locally with my changes
25+
- [ ] I have updated the [Changelog](../CHANGELOG.md) with details of my change in the UNRELEASED section if this change affects end users.

0 commit comments

Comments
 (0)