From 9d8882474d16f533ee1e4e5871e4c8fe218b0b8a Mon Sep 17 00:00:00 2001 From: fireFerry <61279925+fireFerry@users.noreply.github.com> Date: Tue, 7 Jul 2020 09:42:47 +0200 Subject: [PATCH 1/3] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1f4b183..a3608c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- From 9f30addbb82371eccdadc19859fadcf7d4fcb949 Mon Sep 17 00:00:00 2001 From: fireFerry <61279925+fireFerry@users.noreply.github.com> Date: Tue, 7 Jul 2020 09:45:37 +0200 Subject: [PATCH 2/3] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..36014cd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'enhancement' assignees: '' --- From ca4981ae0a347a54b07bb2de1b5274bb8edbb486 Mon Sep 17 00:00:00 2001 From: fireFerry <61279925+fireFerry@users.noreply.github.com> Date: Tue, 7 Jul 2020 09:46:22 +0200 Subject: [PATCH 3/3] Update need-help.md --- .github/ISSUE_TEMPLATE/need-help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/need-help.md b/.github/ISSUE_TEMPLATE/need-help.md index 62f9ce7..ef0de2f 100644 --- a/.github/ISSUE_TEMPLATE/need-help.md +++ b/.github/ISSUE_TEMPLATE/need-help.md @@ -2,7 +2,7 @@ name: Need help about: Create an issue for a problem you are having. title: '' -labels: '' +labels: 'help wanted' assignees: '' ---