chore: issue templates

This commit is contained in:
Hiroki Osame
2023-03-02 19:05:53 +09:00
parent c68a488931
commit d0c576efeb
3 changed files with 103 additions and 0 deletions

View 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 youre tackling with this feature request.
placeholder: |
<!--
Whats the motivation behind this issue?
eg. “Im 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?