4
0

server_request.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ---
  2. name: Server Request
  3. description: Suggest a new game server to be added
  4. title: "[Server Request]: "
  5. labels: ["type: game server request"]
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Thanks for taking the time to fill out this game server!
  11. - type: input
  12. id: game-server
  13. attributes:
  14. label: Game server
  15. description: What game server would you like to add?
  16. validations:
  17. required: true
  18. - type: checkboxes
  19. id: on-linux
  20. attributes:
  21. label: Linux support
  22. description: Does this game server have Linux support? (not wine)
  23. options:
  24. - label: "Yes"
  25. validations:
  26. required: true
  27. - type: dropdown
  28. id: on-steam
  29. attributes:
  30. label: Steam
  31. description: Is this game server available on Steam?
  32. options:
  33. - "Yes"
  34. - "No"
  35. validations:
  36. required: true
  37. - type: input
  38. id: steam-id
  39. attributes:
  40. label: Steam appid
  41. description: What is the Steam appid of the game server? Use SteamDB to get the appid. (https://steamdb.info).
  42. placeholder: "892970"
  43. validations:
  44. required: false
  45. - type: textarea
  46. id: guides
  47. attributes:
  48. label: Guides
  49. description: Links to guides on how to install the game server
  50. - type: checkboxes
  51. id: terms
  52. attributes:
  53. label: Code of Conduct
  54. description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
  55. options:
  56. - label: I agree to follow this project's Code of Conduct
  57. required: true