Skip to content
Open
Show file tree
Hide file tree
Changes from 4 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
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,11 @@ body:
attributes:
label: Additional Context
description:
Add any other context here. Please keep the pre-filled text, which helps us manage issue prioritization.
value: |-
<sub>Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it.</sub>
Add any other context here.
validations:
required: false
- type: markdown
attributes:
value: |-
## Thanks 🙏
<sub>Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it.</sub>
Copy link

Choose a reason for hiding this comment

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

Bug: Bug

The additional context textarea in both bug.yml and feature.yml templates has its pre-filled value removed. However, the textarea's description still instructs users to "keep the pre-filled text," creating confusing instructions.

Additional Locations (1)

Fix in Cursor Fix in Web

6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ body:
attributes:
label: Additional Context
description:
Add any other context here. Please keep the pre-filled text, which helps us manage feature prioritization.
value: |-
<sub>Tip: React with 👍 to help prioritize this improvement. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it.</sub>
Add any other context here.
validations:
required: false
- type: markdown
attributes:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
<sub>Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it.</sub>