Skip to content

Commit 753a197

Browse files
authored
chore(repo): Clean up bug report template (#7855)
1 parent 11c68d9 commit 753a197

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ body:
2525
- type: dropdown
2626
id: package
2727
attributes:
28-
label:
29-
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g.
30-
`bundle.tracing.min.js`) in your SDK setup.
28+
label: Which SDK are you using?
29+
description:
30+
If you're using the CDN bundles, please specify the exact bundle (e.g. `bundle.tracing.min.js`) in your SDK
31+
setup.
3132
options:
32-
- '@sentry/angular'
3333
- '@sentry/browser'
34+
- '@sentry/angular'
3435
- '@sentry/ember'
3536
- '@sentry/gatsby'
3637
- '@sentry/nextjs'
@@ -43,8 +44,8 @@ body:
4344
- '@sentry/sveltekit'
4445
- '@sentry/vue'
4546
- '@sentry/wasm'
46-
- Sentry Browser CDN bundle
4747
- Sentry Browser Loader
48+
- Sentry Browser CDN bundle
4849
validations:
4950
required: true
5051
- type: input
@@ -61,15 +62,15 @@ body:
6162
label: Framework Version
6263
description:
6364
If you're using one of our framework-specific SDKs (`@sentry/react`, for example), what version of the
64-
_framework_ (not SDK) are you using?
65+
_framework_ are you using?
6566
placeholder: ex. React 17.0.0
6667
- type: input
6768
id: link-to-sentry
6869
attributes:
6970
label: Link to Sentry event
7071
description:
71-
If applicable, provide a link to the affected event from your Sentry account. The event will only be viewable by
72-
Sentry staff.
72+
If applicable, please provide a link to the affected event from your Sentry account. The event will only be
73+
viewable by Sentry staff.
7374
placeholder: https://sentry.io/organizations/<org-slug>/issues/<issue-id>/events/<event-id>/?project=<project-id>
7475
- type: textarea
7576
id: sdk-setup

0 commit comments

Comments
 (0)