From 614059d6ded3bfd728fecf235e680da8ee37d3ea Mon Sep 17 00:00:00 2001 From: Miran Date: Fri, 19 Oct 2018 16:52:14 +0200 Subject: [PATCH] Update issue templates Create `bug report` and `feature request` templates. (cherry picked from commit fc625091e0fdc816c6f092c5b86d9b5f79502431) --- .github/ISSUE_TEMPLATE/bug_report.md | 45 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 ++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..383ec23f8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +name: Bug report +about: You found an unexpected behaviour? Use this template. + +--- + + + + + + + +### Example + + + +### Current Output + + + +### Expected Output + + + +### Possible Solution + + + +### Additional Information + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..04da773bf3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: You want to suggest a new feature? Use this template. + +--- + +### Summary + + + +### Description + + + +### Alternatives + + + +### Additional Information +