Skip to content

Commit 6dfec52

Browse files
authored
:octocat: Update bug template
1 parent 2daabed commit 6dfec52

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,25 @@ body:
1414
- Self-Hosted (Docker)
1515
- Self-Hosted (Bare Metal)
1616
- Cloud Service (Static)
17+
- Other (Specify below)
1718
validations:
1819
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
1930
- type: input
2031
id: version
2132
attributes:
2233
label: Version
2334
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)
2536
validations:
2637
required: false
2738
- type: textarea
@@ -45,7 +56,9 @@ body:
4556
label: Please tick the boxes
4657
description: Before submitting, please ensure that
4758
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
4962
required: true
5063
- label: You've checked that this [issue hasn't already been raised](https://github.com/Lissy93/dashy/issues?q=is%3Aissue)
5164
required: true
@@ -57,8 +70,9 @@ body:
5770
attributes:
5871
value: |-
5972
## 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 💪
73+
<img align="right" width="250" src="https://i.ibb.co/S5vCnhL/gh-thanks.gif" alt="🐙" />
74+
Thank you for raising this ticket - in doing so you are helping to make the app better for everyone 💪
6175
You should expect a reply within the next 48 hours :)
62-
⭐️ If you are not a bot, please star the repo before submitting your ticket.
76+
⭐️ Consider dropping the repo a star if you're enjoying Dashy!
6377
validations:
6478
required: false

0 commit comments

Comments
 (0)