File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,39 @@ name: 🐞 Problem Report
22description : Tell us about something that's not working the way you expect.
33body :
44 - type : input
5- id : version
5+ id : self_hosted_version
66 attributes :
7- label : Version
7+ label : Self-Hosted Version
88 placeholder : 21.7.0 ← should look like this (check the footer)
99 description : What version of self-hosted Sentry are you running?
1010 validations :
1111 required : true
12+ - type : input
13+ id : cpu_architecture
14+ attributes :
15+ 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?
18+ validations :
19+ required : true
20+ - type : input
21+ id : docker_version
22+ attributes :
23+ 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+ validations :
27+ required : true
28+ - type : input
29+ id : docker_compose_version
30+ attributes :
31+ label : Docker Compose Version
32+ placeholder : 2.6.0 ← should look like this (docker compose --version)
33+ description : |
34+ What version of docker-compose are you using to run self-hosted?
35+ You need to use docker-compose --version if you are running < v2.0.0.
36+ validations :
37+ required : true
1238 - type : textarea
1339 id : repro
1440 attributes :
You can’t perform that action at this time.
0 commit comments