Skip to content
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,14 @@ body:
id: additional
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>
description: 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>
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ body:
id: additional
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>
description: 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