diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 8acac6fd2709..bd1ac9b48677 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -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: |-
- 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.
+ 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..a20b33c2232a 100644
--- a/.github/ISSUE_TEMPLATE/feature.yml
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -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: |-
- 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.
+ 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.
+