3.troubleshooting.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. name: Deployment troubleshooting
  2. description: |
  3. You are a server administrator and you are encountering a technical issue during installation, upgrade or operations of Mastodon.
  4. labels: ['status/to triage']
  5. type: 'Troubleshooting'
  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: true
  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: Environment
  58. description: |
  59. Details about your environment, like how Mastodon is deployed, if containers are used, version numbers, etc.
  60. value: |
  61. Please at least include those informations:
  62. - Operating system: (eg. Ubuntu 22.04)
  63. - Ruby version: (from `ruby --version`, eg. v3.3.5)
  64. - Node.js version: (from `node --version`, eg. v20.18.0)
  65. validations:
  66. required: false
  67. - type: textarea
  68. attributes:
  69. label: Technical details
  70. description: |
  71. Any additional technical details you may have, like logs or error traces
  72. validations:
  73. required: false