bug.yml 1012 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. name: Bug Report
  2. description: File a bug report!
  3. title: "(Bug): "
  4. body:
  5. - type: input
  6. attributes:
  7. label: Browser
  8. description: Which browser are you using?
  9. placeholder: "Example: Google Chrome"
  10. validations:
  11. required: true
  12. - type: input
  13. attributes:
  14. label: Browser Version
  15. description: Which browser version are you using?
  16. placeholder: "Example: Chromium v95"
  17. validations:
  18. required: true
  19. - type: dropdown
  20. attributes:
  21. label: "Extension or Userscript?"
  22. options:
  23. - Extension
  24. - Userscript
  25. validations:
  26. required: true
  27. - type: input
  28. attributes:
  29. label: Extension/Userscript Version
  30. description: Which extension/userscript version are you using?
  31. placeholder: "Example: Version 0.0.0.1"
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: What happened?
  37. description: Also tell us, what did you expect to happen?
  38. placeholder: Tell us what you see!
  39. value: "A bug happened!"
  40. validations:
  41. required: true