From 39a06f9ba2ee2e6577d7d965342af18f3be52781 Mon Sep 17 00:00:00 2001 From: Sam LaManna Date: Sun, 1 Jun 2025 14:10:50 -0400 Subject: [PATCH] Add Support for Github Organization Issue Type --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 2 files changed, 2 insertions(+) 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: