misc: adjusted bug and question templates

This commit is contained in:
Geoff Bourne
2021-11-06 21:58:22 -05:00
parent 7d56de9d15
commit 1bf75671f6
2 changed files with 16 additions and 1 deletions
+9 -1
View File
@@ -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.
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
```