Skip to content

Commit 12c9387

Browse files
authored
Create bug.yml
1 parent 91ef7e7 commit 12c9387

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Bug report
2+
description: Create a bug report to help us address errors in the repository
3+
title: "[BUG] <bug description>"
4+
labels: [bug]
5+
body:
6+
- type: textarea
7+
id: bugdescription
8+
attributes:
9+
label: Description of the bug
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: workingenvironment
14+
attributes:
15+
label: Working Environment (e.g. operating system, browser, device)
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: screenshots
20+
attributes:
21+
label: Please add screenshots (if applicable)
22+
validations:
23+
required: false
24+
- type: textarea
25+
id: context
26+
attributes:
27+
label: Add any other context about the problem here
28+
validations:
29+
required: false
30+
- type: markdown
31+
attributes:
32+
value: |
33+
You can also join our [Discord community](https://discord.gg/druweDMn3s)
34+
Feel free to check out other cool repositories of the Design and Code Community [here](https://github.com/Design-and-Code)

0 commit comments

Comments
 (0)