summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-10-03 18:26:01 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-03 18:26:01 +0200
commit3d9fb4989513e646ca27a253985e18c8922c05c3 (patch)
treed5717609b318c356d8033891ddcf4981cb672b7a /.github/ISSUE_TEMPLATE
parent[chore] Bundler restructure (#880) (diff)
downloadgotosocial-3d9fb4989513e646ca27a253985e18c8922c05c3.tar.xz
[chore] Old browser fixes (#882)
* reasonable css sizing fallbacks * add browser field for bug report template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml
index 02c275e27..3123d6a92 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -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: