Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down