chore(github): add browser info field to issue form
This commit is contained in:
parent
c6ccfc8f26
commit
4546d74af3
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -41,6 +41,14 @@ body:
|
|||||||
- Chrome
|
- Chrome
|
||||||
- Safari
|
- Safari
|
||||||
- Microsoft Edge
|
- Microsoft Edge
|
||||||
|
- type: input
|
||||||
|
id: browser-info
|
||||||
|
attributes:
|
||||||
|
label: More information about the browser
|
||||||
|
description: "E.g: Browser version, OS version, etc."
|
||||||
|
placeholder: ex. Chrome 104, Windows 11
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user