suggestion.yml 884 B

1234567891011121314151617181920212223
  1. name: Suggestion
  2. description: Create a suggestion ticket
  3. title: "[Suggestion] "
  4. labels: [suggestion]
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: The Suggestion
  9. description: Describe the idea you have for the mod. Include details such as what the feature would do or what aspect of the mod it improves.
  10. validations:
  11. required: true
  12. - type: textarea
  13. attributes:
  14. label: Why Should It Be in the Mod?
  15. description: Describe why you would like to see this idea in the mod. Include reasons such as how gameplay would be improved, or how the feature improves the look and feel of the mod.
  16. validations:
  17. required: true
  18. - type: checkboxes
  19. attributes:
  20. label: Please Read and Confirm the Following
  21. options:
  22. - label: I have confirmed this suggestion is unique and has not been suggested already.
  23. required: true