asdf/.github/ISSUE_TEMPLATE/feature_request.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

39 lines
1.4 KiB
YAML
Raw Permalink Normal View History

2021-07-14 17:00:38 -07:00
name: Feature Request
description: Suggest an idea for this project
labels: "enhancement"
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to request this feature!
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe
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: textarea
id: alternatives
attributes:
label: "Describe similar `asdf` features and why they are not sufficient"
description: "Describe asdf features you tried to use to accomplish what you wanted. Explain why they are insufficient for the task you were trying to accomplish."
validations:
required: true
- type: textarea
id: workarounds
attributes:
label: "Describe other workarounds you've considered"
description: "A clear and concise description of any alternative solutions or features you've considered."
validations:
required: true