bug_report.yml 2.5 KB

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