From a49d26383283c07f6766717a4190073468668eba Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 15:39:43 +0100 Subject: [PATCH 01/13] 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 305357631f36719cc9e438809ced22279ae10b9d Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 15:41:10 +0100 Subject: [PATCH 02/13] 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 0c92b22cee2b20fc9224f3edcbcf17b6010d5645 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 15:48:11 +0100 Subject: [PATCH 03/13] 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 1be42b270d609c6039deffd7fb1338cfd3478d5e Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 15:48:28 +0100 Subject: [PATCH 04/13] 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 d91791ee7ebd0802435a349440bb24ca37479883 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:18:54 +0100 Subject: [PATCH 05/13] 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 9f3dcfd429d1ac2791a7522d15a4eb394ba4cfa2 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:19:35 +0100 Subject: [PATCH 06/13] 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 08b3370cf5f11038e6e2822d1569b610e0a4f8a2 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:24:34 +0100 Subject: [PATCH 07/13] 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 deec462c8caa3f31657954c079474c89c9ad8eec Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:25:59 +0100 Subject: [PATCH 08/13] 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 ba65dc9ad32070996e6f481194444dd91f8c02fe Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:28:15 +0100 Subject: [PATCH 09/13] 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 9740a0911bcc299b9dc18ede45acaeebf7f4fd54 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:28:40 +0100 Subject: [PATCH 10/13] 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 fee0b47102fd94f86f52d472bb9f833c658d0a00 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 31 Oct 2025 17:29:03 +0100 Subject: [PATCH 11/13] 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 5fc3c3606adac5fd9187df45db273c9b162e7413 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Mon, 3 Nov 2025 09:44:37 +0100 Subject: [PATCH 12/13] 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: From 37352f6edd419ed24934c85b6b028c85b285b86e Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Mon, 17 Nov 2025 17:48:50 +0100 Subject: [PATCH 13/13] formatting --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++---- .github/ISSUE_TEMPLATE/feature.yml | 9 ++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index bd1ac9b48677..c09984de5c3b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -136,14 +136,14 @@ body: id: additional attributes: label: Additional Context - description: - Add any other context here. + description: Add any other context here. validations: required: false - type: dropdown attributes: - label: "Priority" + 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. + - 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 a20b33c2232a..3809730ade4c 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -27,15 +27,14 @@ body: id: additional attributes: label: Additional Context - description: - Add any other context here. + description: Add any other context here. validations: required: false - type: dropdown attributes: - label: "Priority" + 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. - + - React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` + or `me too`, to help us triage it.