Added issue templates. [ci skip]

This commit is contained in:
Fabio Caccamo 2019-12-05 12:16:31 +01:00
parent 6bc9ce03ea
commit e1060c515d
2 changed files with 27 additions and 0 deletions

17
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,17 @@
---
name: Bug report
about: Report a bug for this project
title: ''
labels: bug
assignees: fabiocaccamo
---
**Python version**
?
**Current behavior (bug description)**
?
**Expected behavior**
?

View File

@ -0,0 +1,10 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: fabiocaccamo
---