Skip to content
Open
Show file tree
Hide file tree
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
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,13 @@ 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
- type: dropdown
attributes:
value: |-
## Thanks 🙏
label: "Priority"
description: Please keep the pre-filled option, which helps us manage issue prioritization.
default: 0
options:
- <sub>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>
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ 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
- type: dropdown
attributes:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
label: "Priority"
description: Please keep the pre-filled option, which helps us manage issue prioritization.
default: 0
options:
- <sub>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>

Loading