Skip to content

Commit 9488186

Browse files
committed
Add github pull request template
1 parent 28f1049 commit 9488186

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Description
2+
(Please describe what this PR do.)
3+
4+
5+
## Type of change
6+
Please insert 'x' one of the type of change.
7+
- [ ] Bug fix (non-breaking change which fixes an issue)
8+
- [ ] New feature (non-breaking change which adds functionality)
9+
- [ ] Documentation update
10+
- [ ] Refactoring, Maintenance
11+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+

0 commit comments

Comments
 (0)