From 96faa46666ba564d1452e56fb4fd316e48916b78 Mon Sep 17 00:00:00 2001 From: Aurelien Foucault Date: Thu, 15 Oct 2020 10:01:51 +0200 Subject: [PATCH] Add feature and question --- .../bug_report.md} | 7 ++++++- .github/ISSUE_TEMPLATE/feature_request.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/question.md | 8 ++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) rename .github/{docs/issue_template.md => ISSUE_TEMPLATE/bug_report.md} (58%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/docs/issue_template.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 58% rename from .github/docs/issue_template.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 937a7379..249d8ca5 100644 --- a/.github/docs/issue_template.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,4 +1,9 @@ -# Proposal of template : +--- +name: 'Bug Report' +about: 'Report a new bug' +title: '' +labels: bug +--- ## Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..cd10703b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..eb08e104 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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! --> \ No newline at end of file