From cadc74eeec0840f8259e68364a08bdf6fad2479c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 13 Apr 2019 12:34:39 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/discussion.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ 3 files changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/discussion.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b10cb5f37f4..6f8839d639c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: bug +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 00000000000..6a6af6c6422 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,14 @@ +--- +name: Discussion +about: Begin a discussion +title: '' +labels: discussion +assignees: '' + +--- + +**Topic** +A clear and concise description of what you want to discuss + +**Your thoughts** +What you have to say about the topic diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920a2..11fc491ef1d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' ---