eggs/.github/ISSUE_TEMPLATE/egg-request.yml

42 lines
1.5 KiB
YAML
Raw Normal View History

2021-10-01 21:18:38 +08:00
name: 🥚 Egg Request
2021-07-04 22:19:02 +08:00
description: Suggest a server to build an egg for
2022-09-24 23:10:19 +08:00
title: "[Egg Request]: <Software/Game>"
labels: ["egg request"]
2021-07-04 22:19:02 +08:00
body:
- type: markdown
attributes:
value: |
2022-09-24 23:10:19 +08:00
Make sure there are no existing egg requests by searching the [repository issues](https://github.com/parkervcp/eggs/labels/egg%20request). Please understand how Pterodactyl works when you are requesting an egg. (ie. docker-compose doesn't work for a pterodactyl server)
2021-07-04 22:19:02 +08:00
- type: dropdown
id: expand
attributes:
label: Does this expand an already existing service
options:
- "Yes"
- "No"
validations:
required: true
- type: input
id: game-link
attributes:
label: Link to a game or software
2021-07-04 22:19:02 +08:00
placeholder: minecraft.net/factorio.com/etc
validations:
required: true
- type: input
id: download-link
attributes:
label: Links for the download
description: This needs to be an official link and not one that is hosted on some forum page or a personal Github page. Docker image is not a viable option.
2021-07-04 22:19:02 +08:00
validations:
required: true
validations:
required: true
- type: input
id: instruction-link
attributes:
label: Links for the install docs
description: Link to installation instructions or documentation covering required dependencies and configuration for the server creation. Docker image is not installation documentation!
2021-07-04 22:19:02 +08:00
validations:
required: true