From df31eb5ab5213e2161b2c00ed83e5fc1a6c27b51 Mon Sep 17 00:00:00 2001 From: Demitrius Nelon Date: Fri, 10 Apr 2026 14:17:42 -0700 Subject: [PATCH] Add issue types to issue templates Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/Bug_Report.yml | 1 + .github/ISSUE_TEMPLATE/Documentation_Issue.yml | 1 + .github/ISSUE_TEMPLATE/Feature_Request.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/Bug_Report.yml index 516b996fcf..662bfa03e3 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yml @@ -1,5 +1,6 @@ name: '🐛 Bug Report' description: Report errors or unexpected behavior. +type: Bug labels: - Issue-Bug - Needs-Triage diff --git a/.github/ISSUE_TEMPLATE/Documentation_Issue.yml b/.github/ISSUE_TEMPLATE/Documentation_Issue.yml index 46a801ea51..6983420e66 100644 --- a/.github/ISSUE_TEMPLATE/Documentation_Issue.yml +++ b/.github/ISSUE_TEMPLATE/Documentation_Issue.yml @@ -1,5 +1,6 @@ name: '📚 Documentation Issue' description: Report issues in our documentation. +type: Task labels: - Issue-Docs - Needs-Triage diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yml b/.github/ISSUE_TEMPLATE/Feature_Request.yml index d26e05ba93..4c7ab72cbd 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.yml +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yml @@ -1,5 +1,6 @@ name: '🚀 Feature Request / Idea' description: Suggest a new feature or improvement (this does not mean you have to implement it). +type: Feature labels: - Issue-Feature - Needs-Triage