diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d36be10c..47f12f7d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: Bug Report description: I have an issue with Dispatcharr title: "[Bug]: " -labels: ["Bug", "Triage"] +labels: ["Triage"] type: "Bug" projects: [] assignees: [] diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bf7db830..77a03df7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: Feature request description: I want to suggest a new feature for Dispatcharr title: "[Feature]: " -labels: ["Feature Request"] +labels: ["Triage"] type: "Feature" projects: [] assignees: []