Skip to content

Commit 013519a

Browse files
authored
added docker commands in the description (#1673)
make it easier for the user to copy the docker commands, when they are in the placeholder you cannot easily copy them (only by source code or by seeing the template) Thanks
1 parent 081239e commit 013519a

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/ISSUE_TEMPLATE/problem-report.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)