From 05126d2ba07df58f22de0a447eaca16dacb031e5 Mon Sep 17 00:00:00 2001 From: Mat Date: Tue, 21 May 2019 14:11:18 +0100 Subject: [PATCH] Adds issue templates (#35) --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 +++++++++++ .github/ISSUE_TEMPLATE/general_question.md | 12 +++++++++ 3 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/general_question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dfd7309 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +### Description + + +### In which platform does it happen? + + + + + + +### How do we replicate the issue? + + + + + + +### Expected behavior (i.e. solution) + + + +### Other Comments \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..2c905d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +assignees: '' +--- + +### Description + + +### Expected behavior with the suggested feature + + + +### Other Comments \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/general_question.md b/.github/ISSUE_TEMPLATE/general_question.md new file mode 100644 index 0000000..c0c1e3c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general_question.md @@ -0,0 +1,12 @@ +--- +name: Question +about: Technical/non-technical questions about the repo +title: "[QUESTION]" +labels: '' +assignees: '' +--- + +### Description + + +### Other Comments \ No newline at end of file