Skip to content

Commit 2b4a7c0

Browse files
committed
resolving error in bug file
1 parent c894feb commit 2b4a7c0

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,65 +11,66 @@ body:
1111
validations:
1212
required: true
1313
- type: textarea
14-
id: To Reproduce
14+
id: steps-to-reproduce
1515
attributes:
1616
label: Steps to reproduce the behavior
17-
placeholder: 1. Go to '...'
18-
2. Click on '....'
19-
3. Scroll down to '....'
20-
4. See error
17+
placeholder: |
18+
1. Go to '...'
19+
2. Click on '....'
20+
3. Scroll down to '....'
21+
4. See error
2122
validations:
22-
required: false
23+
required: false
2324
- type: textarea
2425
id: expected-behaviour
2526
attributes:
2627
label: Expected behavior
2728
placeholder: A clear and concise description of what you expected to happen.
2829
validations:
29-
required: true
30+
required: true
3031
- type: textarea
3132
id: screenshots
3233
attributes:
3334
label: Screenshots
3435
placeholder: If applicable, add screenshots to help explain your problem.
3536
validations:
36-
required: false
37+
required: false
3738
- type: dropdown
38-
id: Device
39+
id: device
3940
attributes:
4041
label: Device?
4142
multiple: true
4243
options:
43-
- Desktop
44-
- Mobile
44+
- Desktop
45+
- Mobile
4546
- type: dropdown
46-
id: Operating-system
47+
id: operating-system
4748
attributes:
4849
label: Which OS are affected?
4950
multiple: true
5051
options:
51-
- Mac
52-
- Windows
53-
- linux
52+
- Mac
53+
- Windows
54+
- Linux
5455
- type: textarea
5556
id: version
5657
attributes:
5758
label: Enter the version of your web browser
5859
placeholder: Version
5960
validations:
60-
required: true
61+
required: true
6162
- type: dropdown
6263
id: browsers
6364
attributes:
6465
label: Which browsers are affected?
6566
multiple: true
6667
options:
67-
- Firefox
68-
- Chrome
69-
- Safari
70-
- Microsoft Edge
71-
- Brave
72-
- Other
68+
- Firefox
69+
- Chrome
70+
- Safari
71+
- Microsoft Edge
72+
- Brave
73+
- Other
7374
- type: textarea
7475
id: additional-info
7576
attributes:
@@ -85,5 +86,4 @@ body:
8586
- label: I agree to follow this project's Code of Conduct
8687
required: true
8788
- label: I'm a GSSoC'23 contributor
88-
- label: I want to work on this issue
89-
89+
- label: I want to work on this issue

0 commit comments

Comments
 (0)