mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:45:10 +01:00
48acaeb1b8
- Created a bug report and suggestion issue form which will help people to create more structured issues that will provide more useful information - Added bug_report.yml - Added suggestion.yml
26 lines
896 B
YAML
26 lines
896 B
YAML
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
|
|
description: If applicable, add screenshots or videos to help explain your suggestion
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any extra context about the suggestion here
|
|
validations:
|
|
required: false
|
|
- type: markdown
|
|
attributes:
|
|
value: "Thank you for taking the time to make this suggestion and to help improve Create"
|