Skip to content

Commit 4a8b701

Browse files
Create bugs.yaml
1 parent 0572e12 commit 4a8b701

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

.github/ISSUE_TEMPLATE/bugs.yaml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: 🐜 Bug Report
2+
description: File a bug report
3+
title: "[Bug]: <description>"
4+
labels: ["bug", "to fix"]
5+
assignees:
6+
- octocat
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
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
54+
required: true

0 commit comments

Comments
 (0)