1.web_bug_report.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. name: Bug Report (Web Interface)
  2. description: There is a problem using Mastodon's web interface.
  3. labels: ['status/to triage', 'area/web interface']
  4. type: Bug
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Make sure that you are submitting a new bug that was not previously reported or already fixed.
  10. Please use a concise and distinct title for the issue.
  11. - type: textarea
  12. attributes:
  13. label: Steps to reproduce the problem
  14. description: What were you trying to do?
  15. value: |
  16. 1.
  17. 2.
  18. 3.
  19. ...
  20. validations:
  21. required: true
  22. - type: input
  23. attributes:
  24. label: Expected behaviour
  25. description: What should have happened?
  26. validations:
  27. required: true
  28. - type: input
  29. attributes:
  30. label: Actual behaviour
  31. description: What happened?
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: Detailed description
  37. validations:
  38. required: false
  39. - type: input
  40. attributes:
  41. label: Mastodon instance
  42. description: The address of the Mastodon instance where you experienced the issue
  43. placeholder: mastodon.social
  44. validations:
  45. required: true
  46. - type: input
  47. attributes:
  48. label: Mastodon version
  49. description: |
  50. This is displayed at the bottom of the About page, eg. `v4.4.0-alpha.1`
  51. placeholder: v4.3.0
  52. validations:
  53. required: true
  54. - type: input
  55. attributes:
  56. label: Browser name and version
  57. description: |
  58. What browser are you using when getting this bug? Please specify the version as well.
  59. placeholder: Firefox 131.0.0
  60. validations:
  61. required: true
  62. - type: input
  63. attributes:
  64. label: Operating system
  65. description: |
  66. What OS are you running? Please specify the version as well.
  67. placeholder: macOS 15.0.1
  68. validations:
  69. required: true
  70. - type: textarea
  71. attributes:
  72. label: Technical details
  73. description: |
  74. Any additional technical details you may have. This can include the full error log, inspector's output…
  75. validations:
  76. required: false