02-feature-request-en.yml 784 B

123456789101112131415161718192021222324252627
  1. name: "[English] Feature Request"
  2. description: "Create a report to help us improve"
  3. title: "[Feature Request] "
  4. labels: ["enhancement"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to fill out this feature request!
  10. NOTE: Be sure to put a clear and concise title **AFTER** `[Feature Request]` in the text box above.
  11. <!-- template -->
  12. - type: textarea
  13. id: "description"
  14. attributes:
  15. label: "Feature Description"
  16. description: |
  17. A clear and concise description of the feature.
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: "additional"
  22. attributes:
  23. label: "Additional"
  24. description: |
  25. Add any other context or screenshots about the feature request here.