diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 8acac6fd2709..c09984de5c3b 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -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: |-
- 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.
+ 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:
+ - React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1`
+ or `me too`, to help us triage it.
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
index 2859c10d2dc0..3809730ade4c 100644
--- a/.github/ISSUE_TEMPLATE/feature.yml
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -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: |-
- 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.
+ 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:
+ - React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1`
+ or `me too`, to help us triage it.