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
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
name: 🐛 Bug Report
2
2
description: Something is wrong with the Checkout Sheet Kit.
3
-
labels:
4
-
- 'Bug'
3
+
labels: ['Bug', 'untriaged']
5
4
body:
6
5
- type: markdown
7
6
attributes:
@@ -36,14 +35,19 @@ body:
36
35
- type: input
37
36
attributes:
38
37
label: What version of `@shopify/checkout-sheet-kit` are you using?
39
-
description: Please list the package version and device you are testing with.
38
+
description:
39
+
Please list the package version and device you are testing with.
40
40
validations:
41
41
required: true
42
42
43
43
- type: textarea
44
44
attributes:
45
45
label: Do you have reproducible example code?
46
-
description: (Optional) Please demonstrate how you're encountering this error by sharing the mutation you are using to create the Checkout URL as well as the code to present the checkout. This will help us debug the issue more quickly.
46
+
description:
47
+
(Optional) Please demonstrate how you're encountering this error by
48
+
sharing the mutation you are using to create the Checkout URL as well as
49
+
the code to present the checkout. This will help us debug the issue more
0 commit comments