You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/problem-report.yml
+16-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ body:
23
23
id: docker_version
24
24
attributes:
25
25
label: Docker Version
26
-
placeholder: 20.10.16 ← should look like this
26
+
placeholder: 20.10.16 ← should look like this (docker --version)
27
27
description: |
28
28
What version of docker are you using to run self-hosted?
29
29
e.g: (docker --version)
@@ -39,6 +39,16 @@ body:
39
39
e.g: (docker compose version)
40
40
validations:
41
41
required: true
42
+
- type: checkboxes
43
+
id: machine_specification
44
+
attributes:
45
+
label: Machine Specification
46
+
description: Make sure your system meets the [minimum system requirements of Sentry](https://develop.sentry.dev/self-hosted/#required-minimum-system-resources).
47
+
options:
48
+
- label: My system meets the minimum system requirements of Sentry
49
+
required: true
50
+
validations:
51
+
required: true
42
52
- type: textarea
43
53
id: repro
44
54
attributes:
@@ -54,6 +64,8 @@ body:
54
64
id: expected
55
65
attributes:
56
66
label: Expected Result
67
+
description: |
68
+
What did you expect to happen?
57
69
validations:
58
70
required: true
59
71
- type: textarea
@@ -70,7 +82,7 @@ body:
70
82
- logs output
71
83
validations:
72
84
required: true
73
-
- type: textarea
85
+
- type: input
74
86
id: event_id
75
87
attributes:
76
88
label: Event ID
@@ -82,5 +94,7 @@ body:
82
94
value: |-
83
95
## Thanks
84
96
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
97
+
98
+
If you're reporting a security issue, please follow our [security policy](https://github.com/getsentry/.github/blob/main/SECURITY.md) instead.
0 commit comments