4
0

feature_request.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. ---
  2. name: Feature Request
  3. description: Suggest a feature
  4. title: "[Feature]: "
  5. labels: ["type: feature"]
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Thanks for taking the time to fill out this feature request!
  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: false
  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: false
  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 feature is and any ideas on how to achieve this.
  78. validations:
  79. required: true