Skip to content

Commit 44be524

Browse files
committed
Update ISSUE_TEMPLATE
1 parent 117c47b commit 44be524

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ body:
1515
options:
1616
- label: I have made sure that I do not have multiple versions of the theme installed. Only one version should be installed in either `~/.local/share/themes` or `/usr/share/themes`
1717
required: true
18-
- label: The files `~/.config/gtk-3.0/gtk.css` and `~/.config/gtk-4.0/gtk.css` does not exist. (Backup and remove those files and restart any apps.)
18+
- label: The files `~/.config/gtk-3.0/gtk.css` and `~/.config/gtk-4.0/gtk.css` do not exist. (Backup and remove those files and restart any apps.)
1919
required: true
2020
- label: I've made sure that the issue did not go away by restarting apps or by logging out and in again.
2121
required: true
22-
- label: By running the command `env` I've made sure that there is no environment variable called `GTK_THEME`
23-
required: false
24-
- label: Dark theme not applied on some apps? Did you try to run `gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'` ?
22+
- label: By running the command `echo $GTK_THEME` I've made sure that there is no environment variable called `GTK_THEME`. If it's set, please remove it before continuing.
23+
required: true
24+
- label: Is the dark theme not applied on some apps? Did you try running `gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'` ?
2525
required: false
2626

2727
- type: checkboxes

0 commit comments

Comments
 (0)