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
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body:
id: current-behavior
attributes:
label: 😯 Current Behavior
description: |
description: |
Tell us what happens instead of the expected behavior. Please include a link to the storybook if possible.
If you are seeing an error, please include the full error message and stack trace.
validations:
Expand All @@ -40,22 +40,23 @@ body:
id: context
attributes:
label: 🔦 Context
description: |
description: |
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
- 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.
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.

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
validations:
required: true
- type: markdown
Expand Down