.github: add PR/issue templates

This commit is contained in:
Jacob Plaster
2019-06-05 17:18:57 +08:00
parent 73e2ed8cc9
commit 72f6d0db4d
2 changed files with 28 additions and 0 deletions

13
.github/ISSUE_TEMPLATE vendored Normal file
View File

@@ -0,0 +1,13 @@
#### Issue type
- [ ] bug
- [ ] missing functionality
- [ ] performance
- [ ] feature request
#### Brief description
#### Steps to reproduce
-
##### Additional Notes:
-

15
.github/PULL_REQUEST_TEMPLATE vendored Normal file
View File

@@ -0,0 +1,15 @@
### Description:
...
### Breaking changes:
- [ ]
### New features:
- [ ]
### Fixes:
- [ ]
### PR status:
- [ ] Version bumped
- [ ] Change-log updated