Skip to content

Commit 56db0db

Browse files
authored
chore(issue-template): ask for machine specification and provide link to security policy (#3447)
1 parent bc0816c commit 56db0db

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/ISSUE_TEMPLATE/problem-report.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
2323
id: docker_version
2424
attributes:
2525
label: Docker Version
26-
placeholder: 20.10.16 ← should look like this
26+
placeholder: 20.10.16 ← should look like this (docker --version)
2727
description: |
2828
What version of docker are you using to run self-hosted?
2929
e.g: (docker --version)
@@ -39,6 +39,16 @@ body:
3939
e.g: (docker compose version)
4040
validations:
4141
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
4252
- type: textarea
4353
id: repro
4454
attributes:
@@ -54,6 +64,8 @@ body:
5464
id: expected
5565
attributes:
5666
label: Expected Result
67+
description: |
68+
What did you expect to happen?
5769
validations:
5870
required: true
5971
- type: textarea
@@ -70,7 +82,7 @@ body:
7082
- logs output
7183
validations:
7284
required: true
73-
- type: textarea
85+
- type: input
7486
id: event_id
7587
attributes:
7688
label: Event ID
@@ -82,5 +94,7 @@ body:
8294
value: |-
8395
## Thanks
8496
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.
8599
validations:
86100
required: false

0 commit comments

Comments
 (0)