You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Bug_Report.yml
+6-5
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ body:
24
24
id: current-behavior
25
25
attributes:
26
26
label: 😯 Current Behavior
27
-
description: |
27
+
description: |
28
28
Tell us what happens instead of the expected behavior. Please include a link to the storybook if possible.
29
29
If you are seeing an error, please include the full error message and stack trace.
30
30
validations:
@@ -40,22 +40,23 @@ body:
40
40
id: context
41
41
attributes:
42
42
label: 🔦 Context
43
-
description: |
43
+
description: |
44
44
Providing context helps us come up with a solution that is most useful in the real world.
45
45
How has this issue affected you? What are you trying to accomplish?
46
46
validations:
47
47
required: false
48
48
- type: textarea
49
49
id: base-reproduction
50
50
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.
54
54
55
55
To get started, you can use the following CodeSandBox templates:
56
56
For React Spectrum: https://codesandbox.io/s/react-spectrum-template-syueo
57
57
For React Aria: https://codesandbox.io/s/react-aria-template-389r79
58
58
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
0 commit comments