2021-08-19 23:04:24 +02:00
name : Bug Report 🐛
description : Report something that's not working the way it's (probably) intended to
title : '[BUG] <title>'
2021-08-22 16:21:28 +02:00
labels : [ '🐛 Bug' ]
assignees :
- lissy93
2021-08-19 23:04:24 +02:00
body :
- type : dropdown
id : environment
attributes :
label : Environment
description : Where are you running Dashy?
options :
- Self-Hosted (Docker)
- Self-Hosted (Bare Metal)
- Cloud Service (Static)
2022-07-01 16:30:39 +02:00
- Other (Specify below)
2021-08-19 23:04:24 +02:00
validations :
required : true
2022-07-01 16:30:39 +02:00
- type : input
id : system
attributes :
label : System
description : >-
2022-07-01 16:36:07 +02:00
For deployment issues, specify your [distro or OS](https://whatsmyos.com/) and/ or Docker version.
2022-07-01 16:30:39 +02:00
For client-side issues, include your [browser version](https://www.whatsmybrowser.org/)
placeholder : e.g. Firefox 101, Manjaro Linux 21.3.0, Docker 20.10.16
validations :
required : false
2021-08-19 23:04:24 +02:00
- type : input
id : version
attributes :
label : Version
description : What version of Dashy are you running?
2022-07-01 16:30:39 +02:00
placeholder : 4.2 .0 ← should look like this (check config menu)
2021-08-19 23:04:24 +02:00
validations :
required : false
- type : textarea
id : repro
attributes :
label : Describe the problem
description : Please describe exactly what is not working, include the steps to reproduce, actual result and expected result
2022-07-01 16:36:07 +02:00
placeholder : When doing ABC then DEF, I expect to see XYZ, but I actually see ZYX
2021-08-19 23:04:24 +02:00
validations :
required : true
- type : textarea
id : logs
attributes :
label : Additional info
description : Logs? Screenshots? Yes, please.
2021-08-22 16:21:28 +02:00
placeholder : If the issue happens during build-time, include terminal logs. For run-time errors, include browser logs which you can view in the Dev Tools (F12), under the Console tab. Take care to blank out any personal info.
2021-08-19 23:04:24 +02:00
validations :
required : false
- type : checkboxes
id : idiot-check
attributes :
label : Please tick the boxes
description : Before submitting, please ensure that
options :
2022-07-01 16:30:39 +02:00
- label : You have explained the issue clearly, and included all relevant info
required : true
- label : You are using a [supported](https://github.com/Lissy93/dashy/blob/master/.github/SECURITY.md#supported-versions) version of Dashy
2021-08-19 23:04:24 +02:00
required : true
- label : You've checked that this [issue hasn't already been raised](https://github.com/Lissy93/dashy/issues?q=is%3Aissue)
required : true
2022-07-17 14:57:15 +02:00
- label : You've checked the [docs](https://github.com/Lissy93/dashy/tree/master/docs#readme) and [troubleshooting](https://github.com/Lissy93/dashy/blob/master/docs/troubleshooting.md#troubleshooting) guide ![important](https://img.shields.io/badge/Important!-F6094E)
2021-08-19 23:04:24 +02:00
required : true
- label : You agree to the [code of conduct](https://github.com/Lissy93/dashy/blob/master/.github/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)
required : true
- type : markdown
attributes :
value : |-
## Thanks 🙏
2022-07-01 16:36:07 +02:00
<img align="left" width="160" src="https://i.ibb.co/S5vCnhL/gh-thanks.gif" alt="🐙" />
Thank you for raising this ticket - in doing so you are helping to make the app better for everyone 💪<br>
You should expect a reply within the next 48 hours :)<br>
⭐️ Consider dropping the repo a star if you're enjoying Dashy!<br>
2021-08-19 23:04:24 +02:00
validations :
2022-01-29 02:35:46 +01:00
required : false