Skip to content

ref(bug-template): Add reproduction example step #12671

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 4 commits into from
Jun 27, 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
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ body:
- '@sentry/node'
- '@sentry/react'
- '@sentry/remix'
- '@sentry/solid'
- '@sentry/svelte'
- '@sentry/sveltekit'
- '@sentry/vue'
Expand All @@ -56,7 +57,7 @@ body:
attributes:
label: SDK Version
description: What version of the SDK are you using?
placeholder: ex. 7.8.0
placeholder: ex. 8.10.0
validations:
required: true
- type: input
Expand All @@ -66,7 +67,7 @@ body:
description:
If you're using one of our framework-specific SDKs (`@sentry/react`, for example), what version of the
_framework_ are you using?
placeholder: ex. React 17.0.0
placeholder: ex. React 18.3.0 or Next 14.0.0
- type: input
id: link-to-sentry
attributes:
Expand All @@ -78,8 +79,10 @@ body:
- type: textarea
id: sdk-setup
attributes:
label: SDK Setup
description: How do you set up your Sentry SDK? Please show us your `Sentry.init` options.
label: SDK Setup/Reproduction Example
description:
How do you set up your Sentry SDK? Please show us your `Sentry.init` code.
Or even better—share a link to a reproduction example.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Or even bettershare a link to a reproduction example.
Or even bettershare a link to a reproduction example.

without a space this looks a bit weird in github IMHO 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But is is the correct way of writing 😄 (source)

placeholder: |-
```javascript
Sentry.init({
Expand Down
Loading