bug_report.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: Bug report
  2. description: Create a report to help us improve
  3. body:
  4. - type: textarea
  5. id: description-of-bug
  6. attributes:
  7. label: Describe the bug
  8. description: A clear and concise description of what the bug is.
  9. placeholder: I can reliably get an error when...
  10. validations:
  11. required: true
  12. - type: textarea
  13. id: steps-to-reproduce
  14. attributes:
  15. label: Steps to reproduce
  16. description: |
  17. Steps to reproduce the behavior.
  18. placeholder: |
  19. 1. Go to the following url...
  20. 2. Click on...
  21. 3. You get the following error: ...
  22. validations:
  23. required: true
  24. - type: textarea
  25. id: expected-behavior
  26. attributes:
  27. label: Expected behavior
  28. description: |
  29. A clear and concise description of what you expected to happen.
  30. Ideally also describe *why* you expect it to happen.
  31. placeholder: Instead of displaying an error, it would...
  32. validations:
  33. required: true
  34. - type: input
  35. id: version-os
  36. attributes:
  37. label: Your operating system and its version.
  38. description: Unsure? Visit https://whatsmyos.com/
  39. placeholder: Android 13
  40. validations:
  41. required: true
  42. - type: input
  43. id: version-browser
  44. attributes:
  45. label: Your browser and its version.
  46. description: Unsure? Visit https://www.whatsmybrowser.org/
  47. placeholder: Firefox 142
  48. validations:
  49. required: true
  50. - type: textarea
  51. id: additional-context
  52. attributes:
  53. label: Additional context
  54. description: Add any other context about the problem here.