feature_request.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 24.04
  34. - Ubuntu 22.04
  35. - Ubuntu 20.04
  36. - Debian 12
  37. - Debian 11
  38. - RedHat 9
  39. - RedHat 8
  40. - Other
  41. validations:
  42. required: false
  43. - type: dropdown
  44. id: command
  45. attributes:
  46. label: Command
  47. multiple: true
  48. options:
  49. - "command: start"
  50. - "command: stop"
  51. - "command: restart"
  52. - "command: monitor"
  53. - "command: details"
  54. - "command: update"
  55. - "command: validate"
  56. - "command: backup"
  57. - "command: mods-install"
  58. - "command: mods-update"
  59. - "command: mods-remove"
  60. - "command: debug"
  61. - "command: console"
  62. - "command: install"
  63. - "command: auto-update"
  64. - "command: update-lgsm"
  65. - "command: wipe"
  66. - "command: send"
  67. validations:
  68. required: true
  69. - type: textarea
  70. id: further-info
  71. attributes:
  72. label: Further information
  73. description: A clear description of what the feature is and any ideas on how to achieve this.
  74. validations:
  75. required: true