diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/Bug_Report.yml index 3e2a54a9399..596db398e41 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yml @@ -25,7 +25,7 @@ body: attributes: label: 😯 Current Behavior description: | - Tell us what happens instead of the expected behavior. Please include a link to the storybook if possible. + Tell us what happens instead of the expected behavior. Please include a link to our docs, our storybook, or a StackBlitz reproduction if possible. If you are seeing an error, please include the full error message and stack trace. validations: required: true @@ -44,19 +44,16 @@ body: Providing context helps us come up with a solution that is most useful in the real world. How has this issue affected you? What are you trying to accomplish? validations: - required: false + required: true - type: textarea id: base-reproduction attributes: label: 🖥️ Steps to Reproduce description: | - Provide a minimal test case that can reproduce the problem. Include a CodeSandBox, link to sample repos, or specific doc examples to help us test your issue more easily. + Provide a minimal test case that can reproduce the problem. Include a StackBlitz, link to sample repos, or specific doc examples to help us test your issue more easily. - To get started, you can use the following CodeSandBox templates: - For React Spectrum: https://codesandbox.io/s/react-spectrum-template-syueo - For React Aria: https://codesandbox.io/s/react-aria-template-389r79 - For React Aria Components: https://codesandbox.io/s/react-aria-components-template-g7wmmk - For React Spectrum S2 with Style Macros: https://codesandbox.io/p/devbox/react-spectrum-s2-style-macro-template-h6fpsq + To get a StackBlitz template, go to an example in the docs and select the "Open in StackBlitz" option in the menu next to the example. + Be sure to fork/save the StackBlitz project before sharing the link. validations: required: true - type: markdown