2021-12-11 22:38:08 +01:00
|
|
|
name: Suggestion
|
|
|
|
description: Suggest something that would improve Create
|
|
|
|
labels: [ "suggestion" ]
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Describe the Suggestion
|
|
|
|
description: What should we add or change to make Create better?
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Screenshots and Videos
|
2022-03-30 06:49:23 +02:00
|
|
|
description: If applicable, add screenshots or videos to help explain your suggestion.
|
2021-12-11 22:38:08 +01:00
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Additional Context
|
2022-03-30 06:49:23 +02:00
|
|
|
description: Add any extra context about the suggestion here.
|
2021-12-11 22:38:08 +01:00
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
2022-03-30 06:49:23 +02:00
|
|
|
value: "Thank you for taking the time to make this suggestion and help improve Create!"
|