We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8b378 commit a907d49Copy full SHA for a907d49
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
@@ -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