mirror of
https://github.com/makeplane/plane.git
synced 2026-09-01 11:38:37 +02:00
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:
committed by
GitHub
parent
e093a22094
commit
1d0ee2482a
11
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
11
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
@@ -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
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user