diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 38da90a027b8..64709dd1f999 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -133,6 +133,16 @@ body: description: Logs? Screenshots? Yes, please. validations: required: true + - type: textarea + 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. + validations: + required: false - type: markdown attributes: value: |- diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 67039ae57441..2859c10d2dc0 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -23,6 +23,16 @@ body: Add a blender to Sentry. validations: required: true + - type: textarea + 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. + validations: + required: false - type: markdown attributes: value: |-