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 278070e commit e44ba3bCopy full SHA for e44ba3b
PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
1
+## Types of changes
2
+<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
3
+- [ ] Bug fix (non-breaking change which fixes an issue)
4
+- [ ] New feature (non-breaking change which adds functionality)
5
+- [ ] Breaking change (fix or feature that would cause existing functionality to change)
6
+- [ ] I have read the **CONTRIBUTING** document.
7
+- [ ] My code follows the code style of this project.
8
+- [ ] My change requires a change to the documentation.
9
+- [ ] I have updated the documentation accordingly.
10
+- [ ] I have added tests to cover my changes.
11
+- [ ] All new and existing tests passed.
0 commit comments