Skip to content

Commit ee80650

Browse files
authored
Update and rename bug_report.md to bug_report.yml
Made this bug_report issue template visually appealing and added an issue form to make it easier for the contributor to raise it.
1 parent b8382c8 commit ee80650

File tree

2 files changed

+48
-38
lines changed

2 files changed

+48
-38
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Bug report 🐞
2+
description: File a bug report
3+
title: "[Bug]: "
4+
body:
5+
- type: checkboxes
6+
id: existing-issue
7+
attributes:
8+
label: Is there an existing issue for this?
9+
description: Please search to see if an issue already exists for the bug you encountered.
10+
options:
11+
- label: I have searched the existing issues
12+
required: true
13+
- type: textarea
14+
id: what-happened
15+
attributes:
16+
label: What happened?
17+
description: A concise description of what you are experiencing.
18+
placeholder: Tell us what you see!
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: screenshots
23+
attributes:
24+
label: Add ScreenShots
25+
description: Add sufficient ScreenShots to explain your issue.
26+
- type: dropdown
27+
id: browsers
28+
attributes:
29+
label: What browsers are you seeing the problem on?
30+
multiple: true
31+
options:
32+
- Firefox
33+
- Chrome
34+
- Safari
35+
- Microsoft Edge
36+
- type: checkboxes
37+
id: terms
38+
attributes:
39+
label: Record
40+
options:
41+
- label: "I agree to follow this project's Code of Conduct"
42+
required: true
43+
- label: "I'm a GSSOC contributor"
44+
required: False
45+
- label: "I want to work on this issue"
46+
required: False
47+
- label: "I'm willing to provide further clarification or assistance if needed."
48+
required: False

0 commit comments

Comments
 (0)