File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,20 @@ body:
1313 id : cpu_architecture
1414 attributes :
1515 label : CPU Architecture
16- placeholder : x86_64 ← should look like this (docker info --format '{{.Architecture}}')
17- description : What cpu architecture are you running self-hosted on?
16+ placeholder : x86_64 ← should look like this
17+ description : |
18+ What cpu architecture are you running self-hosted on?
19+ e.g: (docker info --format '{{.Architecture}}')
1820 validations :
1921 required : true
2022 - type : input
2123 id : docker_version
2224 attributes :
2325 label : Docker Version
24- placeholder : 20.10.16 ← should look like this (docker --version)
25- description : What version of docker are you using to run self-hosted?
26+ placeholder : 20.10.16 ← should look like this
27+ description : |
28+ What version of docker are you using to run self-hosted?
29+ e.g: (docker --version)
2630 validations :
2731 required : true
2832 - type : input
@@ -56,11 +60,14 @@ body:
5660 id : actual
5761 attributes :
5862 label : Actual Result
59- description : Logs? Screenshots? Yes, please.
63+ description : |
64+ Logs? Screenshots? Yes, please.
65+ e.g.:
66+ - latest install logs: `ls -1 sentry_install_log-*.txt | tail -1 | xargs cat`
67+ - `docker compose logs` output
6068 placeholder : |-
6169 e.g.:
62- - latest install logs: `ls -1 sentry_install_log-*.txt | tail -1 | xargs cat`
63- - `docker compose logs` output
70+ - logs output
6471 validations :
6572 required : true
6673 - type : markdown
You can’t perform that action at this time.
0 commit comments