dev: improve feature request issue form (#4560)

This commit is contained in:
Oleksandr Redko 2024-03-21 15:20:06 +02:00 committed by GitHub
parent 9558299ede
commit 878e02fa73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: Feature request name: Feature Request
description: "Suggest an idea for this project." description: "Suggest an idea for this project."
labels: [enhancement] labels: [enhancement]
body: body:
@ -6,7 +6,7 @@ body:
- type: textarea - type: textarea
id: problem id: problem
attributes: attributes:
label: Your feature request related to a problem? Please describe. label: Your feature request related to a problem? Please describe
placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]" placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
validations: validations:
required: true required: true
@ -14,7 +14,7 @@ body:
- type: textarea - type: textarea
id: solution id: solution
attributes: attributes:
label: Describe the solution you'd like. label: Describe the solution you'd like
placeholder: "A clear and concise description of what you want to happen." placeholder: "A clear and concise description of what you want to happen."
validations: validations:
required: true required: true
@ -22,7 +22,7 @@ body:
- type: textarea - type: textarea
id: alternatives id: alternatives
attributes: attributes:
label: Describe alternatives you've considered. label: Describe alternatives you've considered
placeholder: "A clear and concise description of any alternative solutions or features you've considered." placeholder: "A clear and concise description of any alternative solutions or features you've considered."
validations: validations:
required: true required: true
@ -30,7 +30,7 @@ body:
- type: textarea - type: textarea
id: additional id: additional
attributes: attributes:
label: Additional context. label: Additional context
placeholder: "Add any other context or screenshots about the feature request here." placeholder: "Add any other context or screenshots about the feature request here."
validations: validations:
required: false required: false