From c8e28b8f4a4943a3b044417ed032e782b4786250 Mon Sep 17 00:00:00 2001 From: Redume <49362257+Redume@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:54:47 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/questions.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4415201..08168d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,9 @@ --- name: Bug report about: Create a report to help us improve -title: Bug -labels: bug -assignees: '' +title: "[BUG]" +labels: bug, question +assignees: Redume --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index af257c7..f3615ed 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: FEAT +title: "[FEAT]" labels: enhancement assignees: '' diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md index a667bc8..8b671cd 100644 --- a/.github/ISSUE_TEMPLATE/questions.md +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -1,7 +1,7 @@ --- name: Questions about: Question about the program or something else -title: Questions +title: "[Q]" labels: question assignees: ''