mirror of
https://github.com/nabbar/golib.git
synced 2025-12-24 11:51:02 +08:00
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
name: 'Feature Request'
|
|
description: Request a new Svelte feature
|
|
labels: [enhancement]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to request this feature!
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Describe the problem
|
|
description: Please provide a clear and concise description the problem this feature would solve. The more information you can provide here, the better.
|
|
placeholder: I'm always frustrated when...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe the proposed solution
|
|
description: Please provide a clear and concise description of what you would like to happen.
|
|
placeholder: I would like to see...
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: importance
|
|
attributes:
|
|
label: Importance
|
|
description: How important is this feature to you?
|
|
options:
|
|
- nice to have
|
|
- would make my life easier
|
|
validations:
|
|
required: true |