diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3e779b7..b5d4bb7 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 60a9c43..40ef6fa 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 b676edd..fe34411 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 3b0cc80..544e821 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 deeca0c..89e4691 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