From d1ff3516ac46f656a3342d72a58c3f6c1ef33d61 Mon Sep 17 00:00:00 2001 From: Dustin Nielsen Date: Wed, 16 Apr 2025 13:22:59 -0600 Subject: [PATCH] feat(#2500): Added Stackblitz links to Bug Report form --- src/routes/get-started/ReportBug.tsx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/routes/get-started/ReportBug.tsx b/src/routes/get-started/ReportBug.tsx index e7cae9486..7c7e4de7f 100644 --- a/src/routes/get-started/ReportBug.tsx +++ b/src/routes/get-started/ReportBug.tsx @@ -262,10 +262,21 @@ export default function ReportBugPage() { handleChange(event.name, event.value) } rows={ 6 } width="90%" error={ !!replicationError } /> - + Share your code with us in an isolated environment. + + React Stackblitz + Angular Stackblitz + + + } + requirement="optional" + error={ stackblitzError } + > handleChange(event.name, event.value) } width="90%" error={ !!stackblitzError } /> - + The design system team uses StackBlitz to create and share live code examples. It allows us to easily see your code in an environment that is unaffected by the rest of your project. Create a free account and share your work directly with the team. @@ -273,7 +284,7 @@ export default function ReportBugPage() { handleChange(event.name, event.value) } width="90%" error={ !!jamError } /> - + The design system team uses jam.dev to share and report bugs. This gives us a lot of the information we need to understand what's happening and how to fix it. Create a free account and record and share the issue.