From 11ac111036a22a51b45e263467ca80a0ac216d0c Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 28 Oct 2021 13:35:02 -0500 Subject: [PATCH] ci: tweak formatting in issue templates --- .github/ISSUE_TEMPLATE/bug.yml | 16 ++++------------ .github/ISSUE_TEMPLATE/enhancement.yml | 4 +--- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8d0f2b83..035e7812 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -10,15 +10,9 @@ body: Thanks for taking the time to report a bug. Please double check some things first: - - Do you just have a question about something? If so, asking in the - [Q&A Discussions](https://github.com/itzg/docker-minecraft-server/discussions/categories/q-a) - or asking on [the Discord server](https://discord.gg/DXfKpjB) would be best. - - Is this bug happening after the `[init]` prefixed logs and after the log that says - "Starting the Minecraft server"? If so, please report the bug with Mojang or the - respective server provider. - - Are you seeing a performance problem? If so, that is typically outside the scope of - the image setup mechanims. Ask a question as above or contact the respective server - provider. + - Do you just have a question about something? If so, asking in the [Q&A Discussions](https://github.com/itzg/docker-minecraft-server/discussions/categories/q-a) or asking on [the Discord server](https://discord.gg/DXfKpjB) would be best. + - Is this bug happening after the `[init]` prefixed logs and after the log that says "Starting the Minecraft server"? If so, please report the bug with Mojang or the respective server provider. + - Are you seeing a performance problem? If so, that is typically outside the scope of the image setup mechanims. Ask a question as above or contact the respective server provider. - type: textarea id: problem attributes: @@ -35,6 +29,4 @@ body: attributes: label: Container logs description: | - Please provide container logs from the start of the container, which will be the ones - prefixed with `[init]`. It is even better if you can set the variable `DEBUG` to "true" - and provide those debug container logs. \ No newline at end of file + Please provide container logs from the start of the container, which will be the ones prefixed with `[init]`. It is even better if you can set the variable `DEBUG` to "true" and provide those debug container logs. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index efe19488..8b739742 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -9,9 +9,7 @@ body: value: | Thanks for taking the time to request an enhancement. - Even if you plan on submitting a pull request with a contributed enhancement it is - best to describe the enhancement here first. Somebody might already be working on - a similar thing and could use your help. + Even if you plan on submitting a pull request with a contributed enhancement it is best to describe the enhancement here first. Somebody might already be working on a similar thing and could use your help. - type: dropdown id: type attributes: