feature-request.yml 875 B

123456789101112131415161718192021222324252627282930313233343536373839
  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"
  31. - type: dropdown
  32. attributes:
  33. label: "Will you be available for follow-up questions to help developers implement this?"
  34. options:
  35. - "Yes"
  36. - "No"
  37. validations:
  38. required: true