Skip to content

fix: bug.yml #4621

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 2 commits into from
Feb 23, 2022
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
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
Copy link
Member

Choose a reason for hiding this comment

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

Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It can't compile yml when there is @ in front of it

Copy link
Member

Choose a reason for hiding this comment

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

Then let’s add quotes to force it to become a string instead of making yaml coerce it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That actually works. Just tested it.

- @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.
Copy link
Member

Choose a reason for hiding this comment

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

Why remove this? (It's something even our staff get wrong without periodic reminders.)

placeholder: https://sentry.io/organizations/<org-slug>/issues/<issue-id>/events/<event-id>/?project=<project-id>
- type: textarea
id: repro
Expand Down