Create/.github/ISSUE_TEMPLATE/suggestion.yml
PepperCode1 c1ba7683a7 Miscellaneous fixes and improvements
- Fix ColorAttribute not showing color name
- Refactor some code related to SpeedLevel
- Improve goggles predicate API
- Make ToolboxInventory use Item#canFitInsideContainerItems
- Prevent toolbox items from being placed inside of shulker boxes
- Fix shadow steel always converting below y=0 instead of the min build
height
2022-03-29 21:49:23 -07:00

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 help improve Create!"