Skip to content

Commit

Permalink
chore(issue-template): ask for machine specification and provide link…
Browse files Browse the repository at this point in the history
… to security policy (#3447)
  • Loading branch information
aldy505 authored Nov 30, 2024
1 parent bc0816c commit 56db0db
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/ISSUE_TEMPLATE/problem-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
id: docker_version
attributes:
label: Docker Version
placeholder: 20.10.16 ← should look like this
placeholder: 20.10.16 ← should look like this (docker --version)
description: |
What version of docker are you using to run self-hosted?
e.g: (docker --version)
Expand All @@ -39,6 +39,16 @@ body:
e.g: (docker compose version)
validations:
required: true
- type: checkboxes
id: machine_specification
attributes:
label: Machine Specification
description: Make sure your system meets the [minimum system requirements of Sentry](https://develop.sentry.dev/self-hosted/#required-minimum-system-resources).
options:
- label: My system meets the minimum system requirements of Sentry
required: true
validations:
required: true
- type: textarea
id: repro
attributes:
Expand All @@ -54,6 +64,8 @@ body:
id: expected
attributes:
label: Expected Result
description: |
What did you expect to happen?
validations:
required: true
- type: textarea
Expand All @@ -70,7 +82,7 @@ body:
- logs output
validations:
required: true
- type: textarea
- type: input
id: event_id
attributes:
label: Event ID
Expand All @@ -82,5 +94,7 @@ body:
value: |-
## Thanks
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
If you're reporting a security issue, please follow our [security policy](https://github.com/getsentry/.github/blob/main/SECURITY.md) instead.
validations:
required: false

0 comments on commit 56db0db

Please sign in to comment.