From 073fa915cf6a600ea8a42d861b32daa529a9cafd Mon Sep 17 00:00:00 2001 From: Arne Date: Tue, 4 May 2021 17:01:39 +0200 Subject: [PATCH 1/4] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fe4e429..3ba13e0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1 @@ -# blank_issues_enabled: false -# contact_links: -# - name: Homebridge Discord Community -# url: https://discord.gg/kqNCe2D -# about: Ask your questions in the #YOUR_CHANNEL_HERE channel \ No newline at end of file +blank_issues_enabled: false From 96b2e7f3e60fddabd3cf0f5c0b8a6e4a8d0abd6b Mon Sep 17 00:00:00 2001 From: Arne Date: Tue, 4 May 2021 17:03:10 +0200 Subject: [PATCH 2/4] 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 fd51059..4930191 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: bug +labels: Bug assignees: '' --- From 7ffc2a1a31d4acbe834bfc3a4db638d98484b588 Mon Sep 17 00:00:00 2001 From: Arne Date: Tue, 4 May 2021 17:03:59 +0200 Subject: [PATCH 3/4] 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 f974b3b..d6f30d5 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: enhancement +labels: 'New Feature' assignees: '' --- From 653d68514896d6b1e97fea8d93ad5bfacd06345f Mon Sep 17 00:00:00 2001 From: Arne Date: Tue, 4 May 2021 17:04:20 +0200 Subject: [PATCH 4/4] Update support-request.md --- .github/ISSUE_TEMPLATE/support-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md index c64c5ff..13a0102 100644 --- a/.github/ISSUE_TEMPLATE/support-request.md +++ b/.github/ISSUE_TEMPLATE/support-request.md @@ -2,7 +2,7 @@ name: Support Request about: Need help? title: '' -labels: question +labels: Question assignees: '' ---