bug_report.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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 22.04
  34. - Ubuntu 20.04
  35. - Ubuntu 18.04
  36. - Ubuntu 16.04
  37. - Debian 12
  38. - Debian 11
  39. - Debian 10
  40. - Debian 9
  41. - RedHat 9
  42. - RedHat 8
  43. - RedHat 7
  44. - Other
  45. validations:
  46. required: true
  47. - type: dropdown
  48. id: command
  49. attributes:
  50. label: Command
  51. multiple: true
  52. options:
  53. - "command: start"
  54. - "command: stop"
  55. - "command: restart"
  56. - "command: monitor"
  57. - "command: details"
  58. - "command: update"
  59. - "command: validate"
  60. - "command: backup"
  61. - "command: mods-install"
  62. - "command: mods-update"
  63. - "command: mods-remove"
  64. - "command: debug"
  65. - "command: console"
  66. - "command: install"
  67. - "command: auto-update"
  68. - "command: update-lgsm"
  69. - "command: wipe"
  70. - "command: send"
  71. validations:
  72. required: true
  73. - type: textarea
  74. id: further-info
  75. attributes:
  76. label: Further information
  77. 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.
  78. placeholder: Tell us what you see!
  79. validations:
  80. required: true
  81. - type: textarea
  82. id: logs
  83. attributes:
  84. label: Relevant log output
  85. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
  86. render: shell
  87. - type: textarea
  88. id: steps
  89. attributes:
  90. label: Steps to reproduce
  91. description: Steps to reproduce the behaviour.
  92. placeholder: |
  93. 1. Go to '...'
  94. 2. Click on '....'
  95. 3. Scroll down to '....'
  96. 4. See error