feature_request.yml 555 B

1234567891011121314151617
  1. name: Feature request
  2. description: Suggest an idea for this project
  3. title: "[Feature Request]: "
  4. labels: ["enhancement"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. *Please fill this form with as much information as possible, provide screenshots and/or illustrations of the feature if possible*
  10. - type: textarea
  11. id: feature
  12. attributes:
  13. label: What would your feature do?
  14. description: Tell us about your feature in a very clear and simple way, and what problem it would solve
  15. validations:
  16. required: true