1.web_bug_report.yml 2.2 KB

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