Skip to content

Commit a907d49

Browse files
committed
Add pull request template
1 parent ef8b378 commit a907d49

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Description
2+
Describe your changes or fixes (please link to an issue if applicable)
3+
4+
## Types of changes
5+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
6+
- [ ] New feature (non-breaking change which adds functionality)
7+
- [ ] Bug fix (non-breaking change which fixes an issue)
8+
- [ ] Refactoring (improvements in base code)
9+
- [ ] Add test (adds test coverage to functionality)
10+
11+
## Checklist
12+
- [ ] Automated tests
13+
- [ ] Extends CHANGELOG.md
14+
- [ ] Requires migrations?
15+
- [ ] Requires dependency update?

0 commit comments

Comments
 (0)