chore(github): add browser info field to issue form

This commit is contained in:
Jimmy Cai 2022-06-11 14:37:39 +02:00 committed by GitHub
parent c6ccfc8f26
commit 4546d74af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: