From 8e38891c8be0de735da09431ef508b56452b01e2 Mon Sep 17 00:00:00 2001 From: Steven Kalinke Date: Thu, 2 Jul 2020 13:25:50 +0200 Subject: [PATCH] Update IssueTemplate --- .github/ISSUE_TEMPLATE/bug-report.md | 6 +++--- .github/ISSUE_TEMPLATE/code-review.md | 4 ++-- .github/ISSUE_TEMPLATE/discussion.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 6 +++--- 4 files changed, 22 insertions(+), 8 deletions(-) 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 7c1cd72c5..23ced593e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,8 +1,8 @@ --- name: "\U0001F41E Bug report" -about: Create a report to help us improve -title: "\U0001F41E [Describe Your Bug]" -labels: '' +about: Create a bug report to help us improve Flow Launcher +title: "[Describe Your Bug]" +labels: 'bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/code-review.md b/.github/ISSUE_TEMPLATE/code-review.md index caa334ca7..5cc53abec 100644 --- a/.github/ISSUE_TEMPLATE/code-review.md +++ b/.github/ISSUE_TEMPLATE/code-review.md @@ -1,8 +1,8 @@ --- name: "\U0001F50E Code Review" about: Describe (bad) code that needs to be improved -title: "\U0001F50E [Describe Problematic Code]" -labels: '' +title: "[Describe Problematic Code]" +labels: 'code review' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 000000000..8bd88c90f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,14 @@ +--- +name: "⁉️ Question/Discussion" +about: Create a report to help us improve +title: "[Ask a question or propose a change]" +labels: 'question/discussion' +assignees: '' + +--- + +**Question** +Describe your question. + +**Discussion** +Discuss a topic. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 187a8b687..593163235 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,8 +1,8 @@ --- name: "⭐ Feature request" -about: Suggest an idea for this project -title: "⭐ [Describe Your Feature]" -labels: '' +about: Suggest a new idea or a feature enhacement +title: "[Describe Your Feature]" +labels: 'enhancement' assignees: '' ---