mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: update bug report template to include browser environment as well (#820)
* chore: update bug report template to include browser environment as well * chore: update type to dropdown
This commit is contained in:
parent
c3ffd233a6
commit
81da8715d5
9
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
9
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
@ -44,6 +44,15 @@ body:
|
|||||||
- Deploy preview
|
- Deploy preview
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
type: dropdown
|
||||||
|
id: browser
|
||||||
|
attributes:
|
||||||
|
label: Browser
|
||||||
|
options:
|
||||||
|
- Google Chrome
|
||||||
|
- Mozilla Firefox
|
||||||
|
- Safari
|
||||||
|
- Other
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user