From 1bd40713b5fa8c742551a378ef49f1861bf4b684 Mon Sep 17 00:00:00 2001 From: Joni Van Roost Date: Mon, 23 Aug 2021 20:41:44 +0200 Subject: [PATCH] Update issue templates after label changes (#534) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/discussion.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/monitor-issue.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3e779b77..b5d4bb73 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: Create a report to help us improve -labels: ["Type: Bug"] +labels: ["Bug"] assignees: [] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/discussion.yml b/.github/ISSUE_TEMPLATE/discussion.yml index 60a9c438..40ef6faa 100644 --- a/.github/ISSUE_TEMPLATE/discussion.yml +++ b/.github/ISSUE_TEMPLATE/discussion.yml @@ -1,6 +1,6 @@ name: Discussion description: I want to discuss something that is related to this project -labels: ["Type: Other"] +labels: ["Other"] assignees: [] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b676eddf..fe34411c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Suggest an idea for this project -labels: ["Type: Feature Request"] +labels: ["Feature Request"] assignees: [] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/monitor-issue.yml b/.github/ISSUE_TEMPLATE/monitor-issue.yml index 3b0cc808..544e821d 100644 --- a/.github/ISSUE_TEMPLATE/monitor-issue.yml +++ b/.github/ISSUE_TEMPLATE/monitor-issue.yml @@ -1,6 +1,6 @@ name: Monitor Issue description: MonitorControl is not working as expected on my monitor. -labels: ["Type: Monitor Issue"] +labels: ["Monitor Issue"] assignees: [] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index deeca0c8..89e4691a 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,6 +1,6 @@ name: Question description: I have a question related to this project -labels: ["Type: Question"] +labels: ["Question"] assignees: [] body: - type: checkboxes