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
Thanks for taking the time to fill out this bug report!
12
+
- type: input
13
+
id: contact
14
+
attributes:
15
+
label: Contact Details
16
+
description: How can we get in touch with you if we need more info?
17
+
placeholder: ex. skywalker@email.com
18
+
validations:
19
+
required: false
20
+
- type: textarea
21
+
id: what-happened
22
+
attributes:
23
+
label: Description
24
+
description: A brief description of the issue and what went wrong
25
+
placeholder: Tell us what you see!
26
+
render: shell
27
+
validations:
28
+
required: true
29
+
- type: dropdown
30
+
id: browsers
31
+
attributes:
32
+
label: What browsers are you seeing the problem on?
33
+
description: Tell us what you see!
34
+
options:
35
+
- Firefox
36
+
- Chrome
37
+
- Safari
38
+
- Microsoft Edge
39
+
- Brave
40
+
- All
41
+
- type: textarea
42
+
id: screenshots
43
+
attributes:
44
+
label: Screenshots
45
+
description: Please add screenshots if applicable
46
+
placeholder: Screenshot
47
+
- type: checkboxes
48
+
id: terms
49
+
attributes:
50
+
label: Code of Conduct
51
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/creative-tutorials/shopercase/blob/main/CODE_OF_CONDUCT.md)
52
+
options:
53
+
- label: I agree to follow this project's Code of Conduct
0 commit comments