Skip to content

Commit 8f6d637

Browse files
committed
More tweaks to bug_report.yml.
1 parent de42242 commit 8f6d637

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ body:
66
attributes:
77
label: Description
88
description: A clear and concise description of what the bug is.
9-
render: bash
109
validations:
1110
required: true
1211
- type: textarea
@@ -18,7 +17,6 @@ body:
1817
1.
1918
2.
2019
3.
21-
render: bash
2220
validations:
2321
required: true
2422
- type: textarea
@@ -29,7 +27,6 @@ body:
2927
```js
3028
// code goes here
3129
```
32-
render: bash
3330
validations:
3431
required: true
3532
- type: textarea
@@ -39,7 +36,6 @@ body:
3936
value: |
4037
* [jsfiddle-latest-release](https://jsfiddle.net/g3atw6k5/)
4138
* [jsfiddle-dev](https://jsfiddle.net/eL7gqyhd/)
42-
render: bash
4339
validations:
4440
required: true
4541
- type: input
@@ -53,16 +49,16 @@ body:
5349
- type: dropdown
5450
id: device
5551
attributes:
56-
label: What device are you seeing the problem on?
52+
label: Device
5753
multiple: true
5854
options:
5955
- Desktop
6056
- Mobile
6157
- Headset
6258
- type: dropdown
63-
id: browsers
59+
id: browser
6460
attributes:
65-
label: What browsers are you seeing the problem on?
61+
label: Browser
6662
multiple: true
6763
options:
6864
- Chrome
@@ -72,7 +68,7 @@ body:
7268
- type: dropdown
7369
id: os
7470
attributes:
75-
label: What OS are you seeing the problem on?
71+
label: OS
7672
multiple: true
7773
options:
7874
- Windows

0 commit comments

Comments
 (0)