From db8ec8c6c00a4eeaeba87259849be23237df89c5 Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Wed, 10 Sep 2025 18:00:23 +0200 Subject: [PATCH 1/2] docs(issue-template): Add note about prioritization --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/feature.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 38da90a027b8..dce7df515e66 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -133,6 +133,14 @@ body: description: Logs? Screenshots? Yes, please. validations: required: true + - type: textarea + id: additional + attributes: + label: Additional Context + 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..183b41f9f9a7 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -23,6 +23,14 @@ body: Add a blender to Sentry. validations: required: true + - type: textarea + id: additional + attributes: + label: Additional Context + 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: |- From 083d264aa59461bde01edb6adb5b330bff06c77c Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Wed, 10 Sep 2025 18:20:58 +0200 Subject: [PATCH 2/2] add description --- .github/ISSUE_TEMPLATE/bug.yml | 2 ++ .github/ISSUE_TEMPLATE/feature.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index dce7df515e66..64709dd1f999 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -137,6 +137,8 @@ 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. validations: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 183b41f9f9a7..2859c10d2dc0 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -27,6 +27,8 @@ 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. validations: