1.bug_report.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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: Specifications
  36. description: |
  37. What version or commit hash of Mastodon did you find this bug in?
  38. If a front-end issue, what browser and operating systems were you using?
  39. validations:
  40. required: true