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