diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 035e7812..57facc00 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -24,9 +24,17 @@ body: attributes: label: Container definition description: Please provide the compose file or run command used to create the container + value: | + ``` + Paste run command or compose file here + ``` - type: textarea id: logs 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. + value: | + ``` + Paste logs here + ``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..adc9c92a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Ask a question in discussions + url: https://github.com/itzg/docker-minecraft-server/discussions + about: Please ask questions here + - name: Ask a question on Discord + url: https://discord.gg/DXfKpjB + about: Please ask questions here \ No newline at end of file