Skip to content

Commit 19dadbb

Browse files
committed
Fix bad merge
1 parent e867d7c commit 19dadbb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ body:
2727
attributes:
2828
label: Which package are you using?
2929
options:
30-
- @sentry/angular
31-
- @sentry/browser
32-
- @sentry/ember
33-
- @sentry/gatsby
34-
- @sentry/nextjs
35-
- @sentry/node
36-
- @sentry/react
37-
- @sentry/serverless
38-
- @sentry/vue
39-
- @sentry/wasm
30+
- "@sentry/angular"
31+
- "@sentry/browser"
32+
- "@sentry/ember"
33+
- "@sentry/gatsby"
34+
- "@sentry/nextjs"
35+
- "@sentry/node"
36+
- "@sentry/react"
37+
- "@sentry/serverless"
38+
- "@sentry/vue"
39+
- "@sentry/wasm"
4040
validations:
4141
required: true
4242
- type: input
@@ -57,7 +57,7 @@ body:
5757
id: link-to-sentry
5858
attributes:
5959
label: Link to Sentry event
60-
description: If applicable, provide a link to the affected event from your Sentry account. The event will only be viewable by Sentry staff. **Note**: This should be an _event_ link, not an issue link, and should match the form shown below. It can be found by clicking on the event ID on the issue details page.
60+
description: If applicable, provide a link to the affected event from your Sentry account. The event will only be viewable by Sentry staff.
6161
placeholder: https://sentry.io/organizations/<org-slug>/issues/<issue-id>/events/<event-id>/?project=<project-id>
6262
- type: textarea
6363
id: repro

0 commit comments

Comments
 (0)