mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-27 16:10:31 +00:00
misc: adjusted bug and question templates
This commit is contained in:
@@ -24,9 +24,17 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Container definition
|
label: Container definition
|
||||||
description: Please provide the compose file or run command used to create the container
|
description: Please provide the compose file or run command used to create the container
|
||||||
|
value: |
|
||||||
|
```
|
||||||
|
Paste run command or compose file here
|
||||||
|
```
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Container logs
|
label: Container logs
|
||||||
description: |
|
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.
|
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
|
||||||
|
```
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user