You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,25 @@ body:
14
14
- Self-Hosted (Docker)
15
15
- Self-Hosted (Bare Metal)
16
16
- Cloud Service (Static)
17
+
- Other (Specify below)
17
18
validations:
18
19
required: true
20
+
- type: input
21
+
id: system
22
+
attributes:
23
+
label: System
24
+
description: >-
25
+
For deployment issues, specify your [distro / OS](https://whatsmyos.com/) and/ or Docker version.
26
+
For client-side issues, include your [browser version](https://www.whatsmybrowser.org/)
27
+
placeholder: e.g. Firefox 101, Manjaro Linux 21.3.0, Docker 20.10.16
28
+
validations:
29
+
required: false
19
30
- type: input
20
31
id: version
21
32
attributes:
22
33
label: Version
23
34
description: What version of Dashy are you running?
24
-
placeholder: 1.6.9 ← should look like this (check config menu)
35
+
placeholder: 4.2.0 ← should look like this (check config menu)
25
36
validations:
26
37
required: false
27
38
- type: textarea
@@ -45,7 +56,9 @@ body:
45
56
label: Please tick the boxes
46
57
description: Before submitting, please ensure that
47
58
options:
48
-
- label: You are using a [supported](https://github.com/Lissy93/dashy/blob/master/.github/SECURITY.md#supported-versions) version of Dashy (check the first two digits of the version number)
59
+
- label: You have explained the issue clearly, and included all relevant info
60
+
required: true
61
+
- label: You are using a [supported](https://github.com/Lissy93/dashy/blob/master/.github/SECURITY.md#supported-versions) version of Dashy
49
62
required: true
50
63
- label: You've checked that this [issue hasn't already been raised](https://github.com/Lissy93/dashy/issues?q=is%3Aissue)
51
64
required: true
@@ -57,8 +70,9 @@ body:
57
70
attributes:
58
71
value: |-
59
72
## Thanks 🙏
60
-
Sorry you are having issues with Dashy, and thank you for raising this ticket - in doing so you are helping to make the app better for everyone 💪
0 commit comments