podman-desktop/.github/ISSUE_TEMPLATE/feature_request.yml
Tim deBoer cfc879fbf4 chore: remove kind labels from issue templates
Removed all kind labels from the templates now that we have issue types.

Part of #14777.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
2026-01-30 08:11:40 -05:00

43 lines
1.2 KiB
YAML

name: Feature 💡
description: A request, idea, or new functionality
type: feature
projects: ["podman-desktop/4"]
body:
- type: markdown
attributes:
value: |
Before opening a feature request, please search for potential existing issues.
---
Thank you for taking the time to file a feature request, we appreciate and value your time to help the project!
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots here.