add browser to bug reports (#6474)
This commit is contained in:
parent
d637d1ea5b
commit
dbd61c111d
1 changed files with 7 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
7
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
|
@ -39,6 +39,13 @@ body:
|
||||||
placeholder: Mac, Windows, Linux
|
placeholder: Mac, Windows, Linux
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: browser
|
||||||
|
attributes:
|
||||||
|
label: What browser are you using?
|
||||||
|
placeholder: Chrome, Firefox, Safari
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: bug-description
|
id: bug-description
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue