From f373bc4df5131de248b35c0ac0bda2d5f0dcaad2 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Tue, 1 Aug 2023 18:26:36 +0200 Subject: [PATCH] Added standard labels to issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/device-support-request.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5b1823ce..233deb9f 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: '' --- diff --git a/.github/ISSUE_TEMPLATE/device-support-request.md b/.github/ISSUE_TEMPLATE/device-support-request.md index 325b5f8e..19c848f2 100644 --- a/.github/ISSUE_TEMPLATE/device-support-request.md +++ b/.github/ISSUE_TEMPLATE/device-support-request.md @@ -2,7 +2,7 @@ name: Device support request about: Request support for a new device title: '' -labels: '' +labels: 'device' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index bbcbbe7d..36014cde 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: '' ---