chore: issue templates
This commit is contained in:
43
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
labels: [feature, pending triage]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for taking the time to file this feature request.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Feature request
|
||||
description: A description of the feature you would like.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Why?
|
||||
description: |
|
||||
Describe the problem you’re tackling with this feature request.
|
||||
placeholder: |
|
||||
<!--
|
||||
What’s the motivation behind this issue?
|
||||
|
||||
eg. “I’m frustrated when...”
|
||||
-->
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Alternatives
|
||||
description: |
|
||||
Have you considered alternative solutions? Is there a workaround?
|
||||
placeholder: |
|
||||
<!--
|
||||
Do you have alternative proposals?
|
||||
|
||||
Do you have a workaround?
|
||||
-->
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: |
|
||||
Anything else to share? Screenshots? Links?
|
||||
Reference in New Issue
Block a user