bug.yml 1.0 KB

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