mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
Improve issue template (#1364)
* ci(egg request): enable labels, remove wrong field and add issue URL * ci(bug report): Add notice to search existing issues
This commit is contained in:
parent
e381a4d1e9
commit
21dd478a35
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -9,6 +9,8 @@ body:
|
|||||||
If you see any of the following, go to [Discord](https://discord.gg/pterodactyl) and report your error in a support channel.
|
If you see any of the following, go to [Discord](https://discord.gg/pterodactyl) and report your error in a support channel.
|
||||||
* `A fatal error was encountered while starting this server.`
|
* `A fatal error was encountered while starting this server.`
|
||||||
* `No server egg configuration could be located; aborting startup.`
|
* `No server egg configuration could be located; aborting startup.`
|
||||||
|
|
||||||
|
Make sure there are no existing bug reports by searching the [repository issues](https://github.com/parkervcp/eggs/issues?q=is%3Aopen+is%3Aissue+label%3ABug).
|
||||||
- type: input
|
- type: input
|
||||||
id: panel-version
|
id: panel-version
|
||||||
attributes:
|
attributes:
|
||||||
|
15
.github/ISSUE_TEMPLATE/egg-request.yml
vendored
15
.github/ISSUE_TEMPLATE/egg-request.yml
vendored
@ -1,19 +1,12 @@
|
|||||||
name: 🥚 Egg Request
|
name: 🥚 Egg Request
|
||||||
description: Suggest a server to build an egg for
|
description: Suggest a server to build an egg for
|
||||||
title: "[Egg Request]: "
|
title: "[Egg Request]: "
|
||||||
|
labels: [Egg Request]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Make sure there are no existing egg requests by searching the repository issues. Please understand how Pterodactyl works when you are requesting an egg. (ie. docker-compose doesn't work for a pterodactyl server)
|
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: input
|
|
||||||
id: service
|
|
||||||
attributes:
|
|
||||||
label: Service
|
|
||||||
description: Service you are experiencing issues with
|
|
||||||
placeholder: minecraft/factorio/etc
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: expand
|
id: expand
|
||||||
attributes:
|
attributes:
|
||||||
@ -26,14 +19,14 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
id: game-link
|
id: game-link
|
||||||
attributes:
|
attributes:
|
||||||
label: Link to game
|
label: Link to a game or software
|
||||||
placeholder: minecraft.net/factorio.com/etc
|
placeholder: minecraft.net/factorio.com/etc
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: download-link
|
id: download-link
|
||||||
attributes:
|
attributes:
|
||||||
label: Links for server downloads
|
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.
|
description: This needs to be an official link and not one that is hosted on some forum page or a personal Github page.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user