Skip to content

Commit

Permalink
fix: bug.yml (#4621)
Browse files Browse the repository at this point in the history
* fix: bug.yml

* Update bug.yml
  • Loading branch information
vladanpaunovic committed Feb 23, 2022
1 parent e13b087 commit 86a526a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ body:
attributes:
label: Which package are you using?
options:
- @sentry/angular
- @sentry/browser
- @sentry/ember
- @sentry/gatsby
- @sentry/nextjs
- @sentry/node
- @sentry/react
- @sentry/serverless
- @sentry/vue
- @sentry/wasm
- "@sentry/angular"
- "@sentry/browser"
- "@sentry/ember"
- "@sentry/gatsby"
- "@sentry/nextjs"
- "@sentry/node"
- "@sentry/react"
- "@sentry/serverless"
- "@sentry/vue"
- "@sentry/wasm"
validations:
required: true
- type: input
Expand All @@ -57,7 +57,7 @@ body:
id: link-to-sentry
attributes:
label: Link to Sentry event
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.
description: If applicable, provide a link to the affected event from your Sentry account. The event will only be viewable by Sentry staff.
placeholder: https://sentry.io/organizations/<org-slug>/issues/<issue-id>/events/<event-id>/?project=<project-id>
- type: textarea
id: repro
Expand Down

0 comments on commit 86a526a

Please sign in to comment.