mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:02:25 -05:00
[chore] Old browser fixes (#882)
* reasonable css sizing fallbacks * add browser field for bug report template
This commit is contained in:
parent
5249294a16
commit
3d9fb49895
3 changed files with 11 additions and 0 deletions
9
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
|
@ -34,6 +34,15 @@ body:
|
|||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
id: Browser-Version
|
||||
attributes:
|
||||
label: Browser version
|
||||
description: If this is a frontend bug, what browser(s) and versions are you using that show this bug?
|
||||
placeholder: Firefox 103.0b9 (64-bit)
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue