podman-desktop/.github/ISSUE_TEMPLATE/feature_request.yml
Florent Benoit 5a6bf76cf7 chore: align labels with labels with emojis
It allows to automatically add the correct label when creating issue
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-29 14:17:24 +02:00

42 lines
1.2 KiB
YAML

name: Feature 💡
description: Suggest an idea for this project
labels: [kind/feature 💡]
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.