Add feature and question

This commit is contained in:
Aurelien Foucault 2020-10-15 10:01:51 +02:00
parent 5e53426430
commit 96faa46666
3 changed files with 25 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# Proposal of template :
---
name: 'Bug Report'
about: 'Report a new bug'
title: '<Title>'
labels: bug
---
## Expected Behavior

View File

@ -0,0 +1,11 @@
---
name: 'Feature Request'
about: 'Report a new feature to be implemented'
title: '<Title>'
labels: enhancement
---
## Description of the feature
## Code example (if possible)

8
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,8 @@
---
name: 'Question'
about: 'If something needs clarification'
title: '<Title>'
labels: question
---
<!-- What is your question? Please be as specific as possible! -->