Skip to content

chore(issue-template): ask for machine specification and provide link to security policy #3447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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