1.bug_report.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: Bug Report
  2. description: If something isn't working as expected
  3. labels: bug
  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: textarea
  39. attributes:
  40. label: Specifications
  41. description: |
  42. What version or commit hash of Mastodon did you find this bug in?
  43. If a front-end issue, what browser and operating systems were you using?
  44. placeholder: |
  45. Mastodon 3.5.3 (or Edge)
  46. Ruby 2.7.6 (or v3.1.2)
  47. Node.js 16.18.0
  48. Google Chrome 106.0.5249.119
  49. Firefox 105.0.3
  50. etc...
  51. validations:
  52. required: true