From d71bc5a4e5d7f83d3cf136080c6e38b7d7800143 Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:15:11 +0000 Subject: [PATCH 01/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 35 ++++++++++++++++++---------- 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index ddbaaca364ad..fcdd32a46bcf 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -1,25 +1,36 @@ ---- body: - - type: textarea + - type: markdown + attributes: + value: | + Thanks for taking the time to start a new discussion! + + Before you post: + • Check if someone has already asked/answered your question in a previous discussion. + + When you're ready to post: + • Add tags to your thread (e.g. 'React', 'Vue', 'Vite') to make your issue clearer for other users. + + - type: textarea attributes: label: Summary - description: How do you need help? - placeholder: I need help with... - validations: + description: How can we help? + validations: required: true + - type: textarea attributes: label: Additional information - description: Share your Storybook configuration (`main.js or ts`), any error messages, or relevant dependencies + description: | + Share Your Storybook configuration (`main.js or main.ts`), your Storybook version number, any error messages, or any relevant dependencies. These help us get a clearer understanding of what might be going wrong. + + P.s. please share code as text rather than as a screenshot! It makes debugging much easier and faster. render: js - validations: + validations: required: false + - type: input attributes: - label: Share an example - description: Help us debug your issue by creating a minimal reproduction. You can do this with StackBlitz by heading to [https://storybook.new](https://storybook.new)! + label: Create a reproduction + description: Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new) validations: required: false - - type: markdown - attributes: null - value: Before submitting, consider adding relevant labels to your thread (e.g. 'react', 'vue', 'vite'). That makes it easier for other users to spot your request. Thanks! From eb3c8c9a9403a1dc0c9a88f66af38de151e73c21 Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:22:53 +0000 Subject: [PATCH 02/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index fcdd32a46bcf..2c588e76e6d2 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -8,7 +8,7 @@ body: • Check if someone has already asked/answered your question in a previous discussion. When you're ready to post: - • Add tags to your thread (e.g. 'React', 'Vue', 'Vite') to make your issue clearer for other users. + • Add tags to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users. - type: textarea attributes: From 483943630be997236248aa10bf1717df2eff1a4a Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:49:05 +0000 Subject: [PATCH 03/18] Update .github/DISCUSSION_TEMPLATE/help.yml Co-authored-by: Kyle Gach --- .github/DISCUSSION_TEMPLATE/help.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 2c588e76e6d2..6b28e8111f50 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -2,13 +2,13 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to start a new discussion! +Thanks for taking the time to start a new discussion! - Before you post: - • Check if someone has already asked/answered your question in a previous discussion. +Before you post: +- Check if someone has already asked/answered your question in a previous discussion. - When you're ready to post: - • Add tags to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users. +When you're ready to post: +- Add tags to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users. - type: textarea attributes: From 5112a32d436a0cb4b5ffa0d3895a183e422d3b56 Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:49:25 +0000 Subject: [PATCH 04/18] Update .github/DISCUSSION_TEMPLATE/help.yml Co-authored-by: Kyle Gach --- .github/DISCUSSION_TEMPLATE/help.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 6b28e8111f50..520805989d55 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -21,7 +21,7 @@ When you're ready to post: attributes: label: Additional information description: | - Share Your Storybook configuration (`main.js or main.ts`), your Storybook version number, any error messages, or any relevant dependencies. These help us get a clearer understanding of what might be going wrong. + Share Your Storybook configuration (`main.js` or `main.ts`), your Storybook version number, any error messages, and any relevant dependencies. These help us get a clearer understanding of what might be going wrong. P.s. please share code as text rather than as a screenshot! It makes debugging much easier and faster. render: js From f74414b52351498413d8976727120516c595bc5f Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:49:40 +0000 Subject: [PATCH 05/18] Update .github/DISCUSSION_TEMPLATE/help.yml Co-authored-by: Kyle Gach --- .github/DISCUSSION_TEMPLATE/help.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 520805989d55..970bb18d576f 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -23,7 +23,7 @@ When you're ready to post: description: | Share Your Storybook configuration (`main.js` or `main.ts`), your Storybook version number, any error messages, and any relevant dependencies. These help us get a clearer understanding of what might be going wrong. - P.s. please share code as text rather than as a screenshot! It makes debugging much easier and faster. + P.S. Please [share code as text](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks) rather than as a screenshot! It makes debugging much easier and faster. render: js validations: required: false From d37817e900afe433f9c287f99154408a8cda0dc6 Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:44:58 +0000 Subject: [PATCH 06/18] Update .github/DISCUSSION_TEMPLATE/help.yml Co-authored-by: Vanessa Yuen <6842965+vanessayuenn@users.noreply.github.com> --- .github/DISCUSSION_TEMPLATE/help.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 970bb18d576f..8a6d64c431f3 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -8,7 +8,7 @@ Before you post: - Check if someone has already asked/answered your question in a previous discussion. When you're ready to post: -- Add tags to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users. +- Add labels to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users. - type: textarea attributes: From 6f37cc1c272a19f8cc514dc90b47a5ad17cb1d28 Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:48:03 +0000 Subject: [PATCH 07/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 8a6d64c431f3..47a9ba004d88 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -31,6 +31,7 @@ When you're ready to post: - type: input attributes: label: Create a reproduction - description: Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new) + description: | + Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new). [Learn more about creating a reproduction](ttps://storybook.js.org/docs/react/contribute/how-to-reproduce). validations: required: false From 57768746a0524eb9cf2c390132c90cc5cd5ce730 Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:48:49 +0000 Subject: [PATCH 08/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 47a9ba004d88..64fe57ca65d2 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -2,14 +2,14 @@ body: - type: markdown attributes: value: | -Thanks for taking the time to start a new discussion! + Thanks for taking the time to start a new discussion! -Before you post: -- Check if someone has already asked/answered your question in a previous discussion. - -When you're ready to post: -- Add labels to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users. + Before you post: + - Check if someone has already asked/answered your question in a previous discussion. + When you're ready to post: + - Add labels to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users. + - type: textarea attributes: label: Summary From 00d021aaad0f1fb2f9d5ca43d9820e1239f4045d Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:01:52 +0000 Subject: [PATCH 09/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 64fe57ca65d2..a633472ba87c 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -1,7 +1,6 @@ body: - type: markdown - attributes: - value: | + value: | Thanks for taking the time to start a new discussion! Before you post: From 9a4061578af25704fb0737bf2b4d1f28d422b02f Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:02:07 +0000 Subject: [PATCH 10/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index a633472ba87c..844e09e0c226 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -1,6 +1,6 @@ body: - type: markdown - value: | + value: | Thanks for taking the time to start a new discussion! Before you post: From 913d3dc0466625e454d45ba71358ccfe1537ea1c Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:02:44 +0000 Subject: [PATCH 11/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 844e09e0c226..64fe57ca65d2 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -1,6 +1,7 @@ body: - type: markdown - value: | + attributes: + value: | Thanks for taking the time to start a new discussion! Before you post: From 9c3ffc8ff3b61458505b88d1856984f3c088defb Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:03:11 +0000 Subject: [PATCH 12/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 64fe57ca65d2..34d9a112ea73 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -2,13 +2,13 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to start a new discussion! + "Thanks for taking the time to start a new discussion! Before you post: - Check if someone has already asked/answered your question in a previous discussion. When you're ready to post: - - Add labels to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users. + - Add labels to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users." - type: textarea attributes: From a11fd310563daf82572d5a4436997d2f8187542c Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:03:28 +0000 Subject: [PATCH 13/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 34d9a112ea73..bbd782b4ec85 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -8,7 +8,7 @@ body: - Check if someone has already asked/answered your question in a previous discussion. When you're ready to post: - - Add labels to your discussion (e.g. 'React', 'Vue', 'Vite') to make it clearer for other users." + - Add labels to your discussion (e.g. React, Vue, Vite) to make it clearer for other users." - type: textarea attributes: From c9bcdc77c897e4644659183200e020397622058f Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:05:12 +0000 Subject: [PATCH 14/18] Update help.yml From f2be784092e5d66807c82d05ea3c1cfa81fbb2a8 Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:06:03 +0000 Subject: [PATCH 15/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index bbd782b4ec85..d99ac06410e8 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -9,29 +9,3 @@ body: When you're ready to post: - Add labels to your discussion (e.g. React, Vue, Vite) to make it clearer for other users." - - - type: textarea - attributes: - label: Summary - description: How can we help? - validations: - required: true - - - type: textarea - attributes: - label: Additional information - description: | - Share Your Storybook configuration (`main.js` or `main.ts`), your Storybook version number, any error messages, and any relevant dependencies. These help us get a clearer understanding of what might be going wrong. - - P.S. Please [share code as text](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks) rather than as a screenshot! It makes debugging much easier and faster. - render: js - validations: - required: false - - - type: input - attributes: - label: Create a reproduction - description: | - Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new). [Learn more about creating a reproduction](ttps://storybook.js.org/docs/react/contribute/how-to-reproduce). - validations: - required: false From 42170ade21c52d3ba805fdc40d78db63042c728a Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:06:39 +0000 Subject: [PATCH 16/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 30 ++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index d99ac06410e8..d1052e8ed24e 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -2,10 +2,36 @@ body: - type: markdown attributes: value: | - "Thanks for taking the time to start a new discussion! + Thanks for taking the time to start a new discussion! Before you post: - Check if someone has already asked/answered your question in a previous discussion. When you're ready to post: - - Add labels to your discussion (e.g. React, Vue, Vite) to make it clearer for other users." + - Add labels to your discussion (e.g. React, Vue, Vite) to make it clearer for other users. + + - type: textarea + attributes: + label: Summary + description: How can we help? + validations: + required: true + + - type: textarea + attributes: + label: Additional information + description: | + Share Your Storybook configuration (`main.js` or `main.ts`), your Storybook version number, any error messages, and any relevant dependencies. These help us get a clearer understanding of what might be going wrong. + + P.S. Please [share code as text](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks) rather than as a screenshot! It makes debugging much easier and faster. + render: js + validations: + required: false + + - type: input + attributes: + label: Create a reproduction + description: | + Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new). [Learn more about creating a reproduction](ttps://storybook.js.org/docs/react/contribute/how-to-reproduce). + validations: + required: false From bcdf02390dfc00facdce5689ededadc9722a93de Mon Sep 17 00:00:00 2001 From: Joe Vaughan <122215197+joevaugh4n@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:08:57 +0000 Subject: [PATCH 17/18] Update help.yml --- .github/DISCUSSION_TEMPLATE/help.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index d1052e8ed24e..5664b2b8fdbb 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -4,11 +4,11 @@ body: value: | Thanks for taking the time to start a new discussion! - Before you post: - - Check if someone has already asked/answered your question in a previous discussion. + ### Before you post + Check if someone has already asked/answered your question in a previous discussion. - When you're ready to post: - - Add labels to your discussion (e.g. React, Vue, Vite) to make it clearer for other users. + ### When you're ready to post + Add labels to your discussion (e.g. React, Vue, Vite) to make it clearer for other users. - type: textarea attributes: @@ -32,6 +32,6 @@ body: attributes: label: Create a reproduction description: | - Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new). [Learn more about creating a reproduction](ttps://storybook.js.org/docs/react/contribute/how-to-reproduce). + Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new). Learn more about creating a reproduction [here](https://storybook.js.org/docs/react/contribute/how-to-reproduce). validations: required: false From de04701f13b4f7538373267cc05ca3bfc7ee4411 Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Mon, 20 Nov 2023 21:16:52 -0700 Subject: [PATCH 18/18] Update help.yml - Remove `render` attribute from Additional information textarea - That property will force input into a code block, but we're asking for information that would best fit in multiple code blocks - Add `id` for debugging purposes - Attempt to fix formatting issues --- .github/DISCUSSION_TEMPLATE/help.yml | 71 +++++++++++++++------------- 1 file changed, 37 insertions(+), 34 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/help.yml b/.github/DISCUSSION_TEMPLATE/help.yml index 5664b2b8fdbb..2b74e6d0dcf8 100644 --- a/.github/DISCUSSION_TEMPLATE/help.yml +++ b/.github/DISCUSSION_TEMPLATE/help.yml @@ -1,37 +1,40 @@ body: - - type: markdown - attributes: - value: | - Thanks for taking the time to start a new discussion! - - ### Before you post - Check if someone has already asked/answered your question in a previous discussion. - - ### When you're ready to post - Add labels to your discussion (e.g. React, Vue, Vite) to make it clearer for other users. +- type: markdown + id: intro + attributes: + value: | + Thanks for taking the time to start a new discussion! + + ### Before you post + Check if someone has already asked/answered your question in a previous discussion. + + ### When you're ready to post + Add labels to your discussion (e.g. React, Vue, Vite) to make it clearer for other users. - - type: textarea - attributes: - label: Summary - description: How can we help? - validations: - required: true - - - type: textarea - attributes: - label: Additional information - description: | - Share Your Storybook configuration (`main.js` or `main.ts`), your Storybook version number, any error messages, and any relevant dependencies. These help us get a clearer understanding of what might be going wrong. +- type: textarea + id: summary + attributes: + label: Summary + description: How can we help? + validations: + required: true + +- type: textarea + id: additional-info + attributes: + label: Additional information + description: | + Share Your Storybook configuration (`main.js` or `main.ts`), your Storybook version number, any error messages, and any relevant dependencies. These help us get a clearer understanding of what might be going wrong. - P.S. Please [share code as text](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks) rather than as a screenshot! It makes debugging much easier and faster. - render: js - validations: - required: false - - - type: input - attributes: - label: Create a reproduction - description: | - Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new). Learn more about creating a reproduction [here](https://storybook.js.org/docs/react/contribute/how-to-reproduce). - validations: - required: false + P.S. Please [share code as text](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks) rather than as a screenshot! It makes debugging much easier and faster. + validations: + required: false + +- type: input + id: reproduction + attributes: + label: Create a reproduction + description: | + Help us debug by creating a minimal reproduction with [https://storybook.new](https://storybook.new). Learn more about creating a reproduction [here](https://storybook.js.org/docs/react/contribute/how-to-reproduce). + validations: + required: false