8000 Merge branch '255_Add-issue-forms' of github.com:pyscript/pyscript in… · Nullinteger65/pyscript@0e64ce2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e64ce2

Browse files
committed
< 8000 /div>
Merge branch '255_Add-issue-forms' of github.com:pyscript/pyscript into 255_Add-issue-forms
2 parents a8471c9 + 04601f0 commit 0e64ce2

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,30 @@ body:
3232
label: What happened?
3333 8000
description: And what should have happened instead? This really helps everone review quicker and greatly increases the chance that someone can get around to solve your issue
3434
placeholder: Tell us what you see!
35-
value: "Error in console and page wouldn't load"
35+
validations:
36+
required: true
37+
- type: dropdown
38+
id: browsers
39+
attributes:
40+
label: What browsers are you seeing the problem on?
41+
multiple: true
42+
options:
43+
- Firefox
44+
- Chrome
45+
- Safari
46+
- Microsoft Edge
47+
- Other
3648
validations:
3749
required: true
3850
- type: textarea
3951
id: list
4052
attributes:
4153
label: Console info
4254
description: |
43-
If there are errors in your browser console then its helpful to be able to troubleshoot. Usually found in the browsers 'Dev Tools'
44-
45-
```bash
46-
```
55+
If there are errors in your browser console then its helpful to be able to troubleshoot. Usually found in the browser's `Dev Tools`
4756
render: shell
4857
- type: textarea
4958
id: context
5059
attributes:
5160
label: Additional Context
52-
description: Add any additional context information or screenshots you think are useful.
61+
description: Add any additional context information or screenshots you think are useful.

0 commit comments

Comments
 (0)
0