Skip to content

Commit 1fcdfe9

Browse files
Create bug.yml
1 parent 21b09cd commit 1fcdfe9

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/ISSUE-TEMPLATE/bug.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
assignees:
6+
- anshumanjadiya1102
7+
body:
8+
- type: input
9+
id: bugdescription
10+
attributes:
11+
label: Description of the bug
12+
validations:
13+
required: true
14+
- type: input
15+
id: stack
16+
attributes:
17+
label: Project stack or language (e.g. front-end)
18+
validations:
19+
required: true
20+
- type: input
21+
id: workingenvironment
22+
attributes:
23+
label: Working Environment (e.g. operating system, browser, device)
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: screenshots
28+
attributes:
29+
label: Please add screenshots (if applicable)
30+
validations:
31+
required: false
32+
- type: input
33+
id: context
34+
attributes:
35+
label: Add any other context about the problem here
36+
validations:
37+
required: false
38+
- type: markdown

0 commit comments

Comments
 (0)