Compare commits
2 Commits
main
...
b220357c18
| Author | SHA1 | Date | |
|---|---|---|---|
|
b220357c18
|
|||
|
fa3eff08fb
|
@@ -7,20 +7,20 @@ body:
|
||||
id: context
|
||||
attributes:
|
||||
label: Context
|
||||
description: What circumstances led to the bug?
|
||||
placeholder: What circumstances led to the bug?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: What did you expect would happen?
|
||||
placeholder: What did you expect would happen?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual-behavior
|
||||
attributes:
|
||||
label: Actual Behavior
|
||||
description: What happened, and why was it unexpected?
|
||||
placeholder: What happened, and why was it unexpected?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -6,18 +6,10 @@ name: ✨ Feature Request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this feature request! 🤗
|
||||
|
||||
Please make sure this feature request hasn't been already submitted by
|
||||
someone by looking through other open/closed issues. 😃
|
||||
- type: dropdown
|
||||
attributes:
|
||||
multiple: false
|
||||
label: Type of Feature
|
||||
description: Select the type of feature request.
|
||||
label: Feature Type
|
||||
options:
|
||||
- "✨ New Feature"
|
||||
- "📝 Documentation"
|
||||
@@ -31,7 +23,7 @@ body:
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: |
|
||||
placeholder: |
|
||||
Give us a brief description of the feature or enhancement you would
|
||||
like!
|
||||
validations:
|
||||
@@ -40,6 +32,6 @@ body:
|
||||
id: additional-information
|
||||
attributes:
|
||||
label: Additional Information
|
||||
description: |
|
||||
placeholder: |
|
||||
Give us some additional information on the feature request like proposed
|
||||
solutions, links, screenshots, etc.
|
||||
|
||||
Reference in New Issue
Block a user