feature-request.yml 643 B

12345678910111213141516171819
  1. name: 🚀 Feature Request
  2. description: Suggest an idea, feature, or enhancement
  3. title: "[FEATURE]:"
  4. body:
  5. - type: checkboxes
  6. id: verified
  7. attributes:
  8. label: Feature hasn't been suggested before.
  9. options:
  10. - label: I have verified this feature I'm about to request hasn't been suggested before.
  11. required: true
  12. - type: textarea
  13. attributes:
  14. label: Describe the enhancement you want to request
  15. description: What do you want to change or add? What are the benefits of implementing this? Try to be detailed so we can understand your request better :)
  16. validations:
  17. required: true