mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-13 21:27:44 +08:00
2901bf08ec
Specify that a docker image is not a viable download link or installation documentation, since so many requests appear to simply have a link to the docker hub.
42 lines
1.5 KiB
YAML
42 lines
1.5 KiB
YAML
name: 🥚 Egg Request
|
|
description: Suggest a server to build an egg for
|
|
title: "[Egg Request]: "
|
|
labels: [Egg Request]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Make sure there are no existing egg requests by searching the [repository issues](https://github.com/parkervcp/eggs/issues?q=is%3Aissue+is%3Aopen+label%3A%22Egg+Request%22). Please understand how Pterodactyl works when you are requesting an egg. (ie. docker-compose doesn't work for a pterodactyl server)
|
|
- 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
|
|
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.
|
|
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!
|
|
validations:
|
|
required: true
|