Skip to content

Commit c894feb

Browse files
committed
modify the bug issue template
1 parent 3e67658 commit c894feb

File tree

2 files changed

+89
-38
lines changed

2 files changed

+89
-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: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
name: 🐛 Bug Report
2+
description: Report a bug report
3+
title: '[Bug]: '
4+
labels: ['🔧 goal: fix']
5+
body:
6+
- type: textarea
7+
id: what-happened
8+
attributes:
9+
label: Describe the bug
10+
placeholder: A clear and concise description of what the bug is.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: To Reproduce
15+
attributes:
16+
label: Steps to reproduce the behavior
17+
placeholder: 1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
validations:
22+
required: false
23+
- type: textarea
24+
id: expected-behaviour
25+
attributes:
26+
label: Expected behavior
27+
placeholder: A clear and concise description of what you expected to happen.
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: screenshots
32+
attributes:
33+
label: Screenshots
34+
placeholder: If applicable, add screenshots to help explain your problem.
35+
validations:
36+
required: false
37+
- type: dropdown
38+
id: Device
39+
attributes:
40+
label: Device?
41+
multiple: true
42+
options:
43+
- Desktop
44+
- Mobile
45+
- type: dropdown
46+
id: Operating-system
47+
attributes:
48+
label: Which OS are affected?
49+
multiple: true
50+
options:
51+
- Mac
52+
- Windows
53+
- linux
54+
- type: textarea
55+
id: version
56+
attributes:
57+
label: Enter the version of your web browser
58+
placeholder: Version
59+
validations:
60+
required: true
61+
- type: dropdown
62+
id: browsers
63+
attributes:
64+
label: Which browsers are affected?
65+
multiple: true
66+
options:
67+
- Firefox
68+
- Chrome
69+
- Safari
70+
- Microsoft Edge
71+
- Brave
72+
- Other
73+
- type: textarea
74+
id: additional-info
75+
attributes:
76+
label: Additional context
77+
placeholder: Add any other context about the problem here.
78+
validations:
79+
required: false
80+
- type: checkboxes
81+
id: terms
82+
attributes:
83+
label: 'Record'
84+
options:
85+
- label: I agree to follow this project's Code of Conduct
86+
required: true
87+
- label: I'm a GSSoC'23 contributor
88+
- label: I want to work on this issue
89+

0 commit comments

Comments
 (0)