bug_report.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. ---
  2. name: Bug Report
  3. description: File a bug report
  4. title: "[Bug]: "
  5. labels: ["type: bug"]
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Thanks for taking the time to fill out this bug report!
  11. - type: input
  12. id: user-story
  13. attributes:
  14. label: User story
  15. description: As a [user description], I want [desired action] so that [desired outcome].
  16. placeholder: As a [user description], I want [desired action] so that [desired outcome].
  17. validations:
  18. required: true
  19. - type: input
  20. id: game
  21. attributes:
  22. label: Game
  23. description: What game server are you hosting?
  24. placeholder: Valheim
  25. validations:
  26. required: true
  27. - type: dropdown
  28. id: distro
  29. attributes:
  30. label: Linux distro
  31. multiple: true
  32. options:
  33. - Ubuntu 26.04
  34. - Ubuntu 24.04
  35. - Ubuntu 22.04
  36. - Ubuntu 20.04
  37. - Debian 13
  38. - Debian 12
  39. - Debian 11
  40. - AlmaLinux 9
  41. - AlmaLinux 8
  42. - Rocky 10
  43. - Rocky 9
  44. - Rocky 8
  45. - RedHat 9
  46. - RedHat 8
  47. - Other
  48. validations:
  49. required: true
  50. - type: dropdown
  51. id: command
  52. attributes:
  53. label: Command
  54. multiple: true
  55. options:
  56. - "command: start"
  57. - "command: stop"
  58. - "command: restart"
  59. - "command: monitor"
  60. - "command: details"
  61. - "command: update"
  62. - "command: validate"
  63. - "command: backup"
  64. - "command: mods-install"
  65. - "command: mods-update"
  66. - "command: mods-remove"
  67. - "command: debug"
  68. - "command: console"
  69. - "command: install"
  70. - "command: auto-update"
  71. - "command: update-lgsm"
  72. - "command: wipe"
  73. - "command: send"
  74. validations:
  75. required: true
  76. - type: textarea
  77. id: further-info
  78. attributes:
  79. label: Further information
  80. description: A clear description of what the bug is, any ideas on how to resolve it and any further context that might be relevant to the issue.
  81. placeholder: Tell us what you see!
  82. validations:
  83. required: true
  84. - type: textarea
  85. id: logs
  86. attributes:
  87. label: Relevant log output
  88. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
  89. render: shell
  90. - type: textarea
  91. id: steps
  92. attributes:
  93. label: Steps to reproduce
  94. description: Steps to reproduce the behaviour.
  95. placeholder: |
  96. 1. Go to '...'
  97. 2. Click on '....'
  98. 3. Scroll down to '....'
  99. 4. See error