From 7470478dd4da126c12c5e1d4775a26b2846ebe82 Mon Sep 17 00:00:00 2001 From: sriramveeraghanta Date: Thu, 6 Aug 2026 16:11:31 +0530 Subject: [PATCH] chore: set issue type on GitHub issue templates Add the `type:` key to the bug report and feature request issue forms so issues opened from them are automatically tagged with the org-level `Bug` and `Feature` issue types. Also align the bug form with the new org issue fields: rename the `Variant` dropdown to `Edition` (Community/Commercial/Cloud) and add descriptions matching the `Edition` and `Version` issue fields, so triage can copy the values straight into the sidebar. Claude-Session: https://claude.ai/code/session_017DPVwh1J21mZYRHjpTL7zg --- .github/ISSUE_TEMPLATE/--bug-report.yaml | 11 +++++++---- .github/ISSUE_TEMPLATE/--feature-request.yaml | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/--bug-report.yaml b/.github/ISSUE_TEMPLATE/--bug-report.yaml index 277a3bdfa89..bfec6986dba 100644 --- a/.github/ISSUE_TEMPLATE/--bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/--bug-report.yaml @@ -1,6 +1,7 @@ name: Bug report description: Create a bug report to help us improve Plane title: "[bug]: " +type: Bug labels: [🐛bug, plane] assignees: [vihar, pushya22] body: @@ -55,19 +56,21 @@ body: - Safari - Other - type: dropdown - id: variant + id: edition attributes: - label: Variant + label: Edition + description: Which edition of Plane are you using? options: + - Community + - Commercial - Cloud - - Self-hosted - - Local validations: required: true - type: input id: version attributes: label: Version + description: Which version of Plane are you using? If Cloud, mention it as latest placeholder: v0.17.0-dev validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/--feature-request.yaml b/.github/ISSUE_TEMPLATE/--feature-request.yaml index c2bd609c047..db154f8972f 100644 --- a/.github/ISSUE_TEMPLATE/--feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/--feature-request.yaml @@ -1,6 +1,7 @@ name: Feature request description: Suggest a feature to improve Plane title: "[feature]: " +type: Feature labels: [✨feature, plane] assignees: [vihar, pushya22] body: