From 5e534264300e503b40386118a5a3fc8e576efeee Mon Sep 17 00:00:00 2001 From: Aurelien Foucault Date: Thu, 15 Oct 2020 09:49:49 +0200 Subject: [PATCH 1/2] Add template --- .github/docs/issue_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/docs/issue_template.md diff --git a/.github/docs/issue_template.md b/.github/docs/issue_template.md new file mode 100644 index 00000000..937a7379 --- /dev/null +++ b/.github/docs/issue_template.md @@ -0,0 +1,19 @@ +# Proposal of template : + +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Problem + +1. +2. +3. + +## Specifications + +- Version: +- Platform: +- Subsystem: \ No newline at end of file From 96faa46666ba564d1452e56fb4fd316e48916b78 Mon Sep 17 00:00:00 2001 From: Aurelien Foucault Date: Thu, 15 Oct 2020 10:01:51 +0200 Subject: [PATCH 2/2] 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