From 488b7bf31851126f11384fec2b3af857793ec233 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 15:39:43 +0100 Subject: [PATCH 01/12] chore: move tip about prioritizing issues --- .github/ISSUE_TEMPLATE/bug.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8acac6fd2709..708953701346 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -138,11 +138,10 @@ body: 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: |- ## Thanks 🙏 + 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. From 5b6a161d4248946c9660d7f6d95e2e708eef1597 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 15:41:10 +0100 Subject: [PATCH 02/12] chore: move tip about prioritizing issues Updated the tip for prioritizing features in the issue template. --- .github/ISSUE_TEMPLATE/feature.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 2859c10d2dc0..0179db094353 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -29,8 +29,6 @@ body: 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 @@ -38,3 +36,5 @@ body: value: |- ## Thanks 🙏 Check our [triage docs](https://open.sentry.io/triage/) for what to expect next. + 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. + From fda13dd00dce5c79d391599fd6f295e28be0e223 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 15:48:11 +0100 Subject: [PATCH 03/12] chore: remove instruction --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 708953701346..b505e0f1aa68 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -137,7 +137,7 @@ body: attributes: label: Additional Context description: - Add any other context here. Please keep the pre-filled text, which helps us manage issue prioritization. + Add any other context here. validations: required: false - type: markdown From dfcca3f0a76c6c514000d5b1628bfdc8b341df8d Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 15:48:28 +0100 Subject: [PATCH 04/12] chore: remove instruction --- .github/ISSUE_TEMPLATE/feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 0179db094353..47e4a88d1e1b 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -28,7 +28,7 @@ body: attributes: label: Additional Context description: - Add any other context here. Please keep the pre-filled text, which helps us manage feature prioritization. + Add any other context here. validations: required: false - type: markdown From 512f6887f8442f16f10c7066979e67f92e8ecd72 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:18:54 +0100 Subject: [PATCH 05/12] test workarounds Updated the tip message to remove redundant text. --- .github/ISSUE_TEMPLATE/bug.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index b505e0f1aa68..dc5c724e3371 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -141,7 +141,8 @@ body: validations: required: false - type: markdown + label: "Tip" attributes: value: |- ## Thanks 🙏 - 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. + React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. From 512aa6b3baf208bbbf15fddad6df0d25bd03446d Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:19:35 +0100 Subject: [PATCH 06/12] Update Tip section in bug issue template --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index dc5c724e3371..702af0781fc2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -141,7 +141,7 @@ body: validations: required: false - type: markdown - label: "Tip" + id: "Tip" attributes: value: |- ## Thanks 🙏 From 01a9ddf3fe64b9737955cd2473fe613d2d96c321 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:24:34 +0100 Subject: [PATCH 07/12] tewst --- .github/ISSUE_TEMPLATE/bug.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 702af0781fc2..c948f3ca053d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -140,9 +140,8 @@ body: Add any other context here. validations: required: false - - type: markdown - id: "Tip" + - type: dropdown attributes: - value: |- - ## Thanks 🙏 - React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. + label: Tip + 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. From b07f28e1990afe556403a824f6bc80599e4b66d0 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:25:59 +0100 Subject: [PATCH 08/12] dropdown workaround --- .github/ISSUE_TEMPLATE/bug.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c948f3ca053d..e9fb5ce3bb69 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -143,5 +143,6 @@ body: - type: dropdown attributes: label: Tip + 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. From 57c19b1d29929ac6fcd4b4f02a2d2e555e84a31b Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:28:15 +0100 Subject: [PATCH 09/12] test --- .github/ISSUE_TEMPLATE/bug.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e9fb5ce3bb69..2d68a54de010 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -142,7 +142,8 @@ body: required: false - type: dropdown attributes: - label: Tip + label: " " + 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. From 629d836a3836629cfa68e1a115d2f8ab41e63b60 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:28:40 +0100 Subject: [PATCH 10/12] final workaround --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2d68a54de010..6ff9c8b631c6 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -142,7 +142,7 @@ body: required: false - type: dropdown attributes: - label: " " + label: "Tip" description: Please keep the pre-filled option, which helps us manage issue prioritization. default: 0 options: From 18bb597025ef8e067c5d7affcffe4e7cfcf35ea7 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:29:03 +0100 Subject: [PATCH 11/12] final workaround --- .github/ISSUE_TEMPLATE/feature.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 47e4a88d1e1b..c3c55b0f8016 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -31,10 +31,11 @@ body: 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. - 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. + label: "Tip" + 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. From 377612598b2b2b5200870fcad1156bc9c6422866 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Mon, 3 Nov 2025 09:44:37 +0100 Subject: [PATCH 12/12] Apply suggestions from code review --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 6ff9c8b631c6..bd1ac9b48677 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -142,7 +142,7 @@ body: required: false - type: dropdown attributes: - label: "Tip" + label: "Priority" description: Please keep the pre-filled option, which helps us manage issue prioritization. default: 0 options: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index c3c55b0f8016..a20b33c2232a 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -33,7 +33,7 @@ body: required: false - type: dropdown attributes: - label: "Tip" + label: "Priority" description: Please keep the pre-filled option, which helps us manage issue prioritization. default: 0 options: