2.server_bug_report.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. name: Bug Report (server / API)
  2. description: |
  3. There is a problem with the HTTP server, REST API, ActivityPub interaction, etc.
  4. labels: ['status/to triage']
  5. type: 'Bug'
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Make sure that you are submitting a new bug that was not previously reported or already fixed.
  11. Please use a concise and distinct title for the issue.
  12. - type: textarea
  13. attributes:
  14. label: Steps to reproduce the problem
  15. description: What were you trying to do?
  16. value: |
  17. 1.
  18. 2.
  19. 3.
  20. ...
  21. validations:
  22. required: true
  23. - type: input
  24. attributes:
  25. label: Expected behaviour
  26. description: What should have happened?
  27. validations:
  28. required: true
  29. - type: input
  30. attributes:
  31. label: Actual behaviour
  32. description: What happened?
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: Detailed description
  38. validations:
  39. required: false
  40. - type: input
  41. attributes:
  42. label: Mastodon instance
  43. description: The address of the Mastodon instance where you experienced the issue
  44. placeholder: mastodon.social
  45. validations:
  46. required: false
  47. - type: input
  48. attributes:
  49. label: Mastodon version
  50. description: |
  51. This is displayed at the bottom of the About page, eg. `v4.4.0-alpha.1`
  52. placeholder: v4.3.0
  53. validations:
  54. required: false
  55. - type: textarea
  56. attributes:
  57. label: Technical details
  58. description: |
  59. Any additional technical details you may have, like logs or error traces
  60. value: |
  61. If this is happening on your own Mastodon server, please fill out those:
  62. - Ruby version: (from `ruby --version`, eg. v3.3.5)
  63. - Node.js version: (from `node --version`, eg. v20.18.0)
  64. validations:
  65. required: false