Skip to content

Commit 47ed220

Browse files
authored
meta(github): Change wording of bug template (#13038)
Changes wording to lead people sharing a reproduction example.
1 parent 4d61a6d commit 47ed220

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,14 @@ body:
8080
- type: textarea
8181
id: sdk-setup
8282
attributes:
83-
label: SDK Setup/Reproduction Example
83+
label: Reproduction Example/SDK Setup
8484
description:
85-
How do you set up your Sentry SDK? Please show us your `Sentry.init` code.
86-
Or even better—share a link to a reproduction example.
85+
To ensure that we can help you as fast as possible, please share a link to a reproduction example (GitHub repo or online code editor).
86+
This enables us to quickly understand and address your issue.
87+
If you do not post a link, kindly paste your `Sentry.init` code, so we can see how you set up Sentry.
8788
placeholder: |-
89+
https://some-JS-online-code-editor.com/my-example
90+
8891
```javascript
8992
Sentry.init({
9093
dsn: __YOUR_DSN__

0 commit comments

Comments
 (0)