chore: set issue type on GitHub issue templates (#9559)

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
This commit is contained in:
sriram veeraghanta
2026-08-24 21:09:47 +05:30
committed by GitHub
parent e093a22094
commit 1d0ee2482a
2 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -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: