mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-27 12:37:19 +00:00
Removed all kind labels from the templates now that we have issue types. Part of #14777. Signed-off-by: Tim deBoer <git@tdeboer.ca>
43 lines
1.2 KiB
YAML
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.
|