Skip to content

Commit 0cd436e

Browse files
authored
Update and rename bug_report.md to BUG.yml
1 parent d4041b5 commit 0cd436e

File tree

2 files changed

+51
-38
lines changed

2 files changed

+51
-38
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: ​🐞 Bug
2+
description: Report an issue to help us improve the project.
3+
title: '[BUG] '
4+
labels: ["bug"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
id: description
10+
description: A brief description of the issue or bug you are facing, also include what you tried and what didn't work.
11+
validations:
12+
required: false
13+
- type: textarea
14+
attributes:
15+
label: Screenshots
16+
id: screenshots
17+
description: Please add screenshots if applicable
18+
validations:
19+
required: false
20+
- type: textarea
21+
attributes:
22+
label: Any additional information?
23+
id: extrainfo
24+
description: Any additional information or Is there anything we should know about this bug?
25+
validations:
26+
required: false
27+
- type: dropdown
28+
id: browsers
29+
attributes:
30+
label: What browser are you seeing the problem on?
31+
multiple: true
32+
options:
33+
- Firefox
34+
- Chrome
35+
- Safari
36+
- Microsoft Edge
37+
- type: checkboxes
38+
id: no-duplicate-issues
39+
attributes:
40+
label: 'Checklist'
41+
options:
42+
- label: 'I have checked the existing issues'
43+
required: true
44+
45+
- label: 'I have read the [Contributing Guidelines]()'
46+
required: true
47+
- label: "I'm a GSSoC'24-Extd contributor"
48+
- label: "I'm a Hacktoberfest'24 contributor"
49+
50+
- label: 'I am willing to work on this issue (optional)'
51+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)