feature-request.yml 673 B

12345678910111213141516171819202122232425262728293031
  1. name: Feature Request
  2. description: Request or suggest a new feature!
  3. title: "(Feature Request): "
  4. labels: ["enhancement"]
  5. body:
  6. - type: dropdown
  7. attributes:
  8. label: Extension or Userscript?
  9. options:
  10. - Extension
  11. - Userscript
  12. - Both
  13. validations:
  14. required: true
  15. - type: textarea
  16. attributes:
  17. label: Request or suggest a new feature!
  18. placeholder: I want to suggest...
  19. validations:
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: Ways to implement this!
  24. placeholder: We can implement it by...
  25. - type: checkboxes
  26. attributes:
  27. label: Can you work on this?
  28. options:
  29. - label: "Yes"
  30. - label: "No"