Files
plane/.github/ISSUE_TEMPLATE/--feature-request.yaml
sriram veeraghanta 1d0ee2482a 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
2026-08-24 21:09:47 +05:30

30 lines
880 B
YAML

name: Feature request
description: Suggest a feature to improve Plane
title: "[feature]: "
type: Feature
labels: [✨feature, plane]
assignees: [vihar, pushya22]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to request a feature for Plane
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue related to this feature request already exists
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Summary
description: One paragraph description of the feature
validations:
required: true
- type: textarea
attributes:
label: Why should this be worked on?
description: A concise description of the problems or use cases for this feature request
validations:
required: true