Skip to content

Commit e44ba3b

Browse files
committed
set pull request template
1 parent 278070e commit e44ba3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)