Skip to content

Commit d46ae4c

Browse files
authored
chore: Add template for s2 with style macros (#8103)
1 parent 104d441 commit d46ae4c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/Bug_Report.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body:
2424
id: current-behavior
2525
attributes:
2626
label: 😯 Current Behavior
27-
description: |
27+
description: |
2828
Tell us what happens instead of the expected behavior. Please include a link to the storybook if possible.
2929
If you are seeing an error, please include the full error message and stack trace.
3030
validations:
@@ -40,22 +40,23 @@ body:
4040
id: context
4141
attributes:
4242
label: 🔦 Context
43-
description: |
43+
description: |
4444
Providing context helps us come up with a solution that is most useful in the real world.
4545
How has this issue affected you? What are you trying to accomplish?
4646
validations:
4747
required: false
4848
- type: textarea
4949
id: base-reproduction
5050
attributes:
51-
label: 🖥️ Steps to Reproduce
52-
description: |
53-
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.
51+
label: 🖥️ Steps to Reproduce
52+
description: |
53+
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.
5454
5555
To get started, you can use the following CodeSandBox templates:
5656
For React Spectrum: https://codesandbox.io/s/react-spectrum-template-syueo
5757
For React Aria: https://codesandbox.io/s/react-aria-template-389r79
5858
For React Aria Components: https://codesandbox.io/s/react-aria-components-template-g7wmmk
59+
For React Spectrum S2 with Style Macros: https://codesandbox.io/p/devbox/react-spectrum-s2-style-macro-template-h6fpsq
5960
validations:
6061
required: true
6162
- type: markdown

0 commit comments

Comments
 (0)