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_report.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ assignees: ''
7
7
8
8
---
9
9
10
+
# General description of bug:
11
+
12
+
13
+
# Often helpful questions:
14
+
* Does the issue occur across multiple terminal emulators? [Y/N]
15
+
* Does the issue occur across multiple shells? (bash, zsh, fish, etc) [Y/N]
16
+
10
17
Output of `fastfetch --version`:
11
18
```
12
19
//paste here
@@ -27,9 +34,8 @@ Output of `fastfetch --list-features`:
27
34
//paste here
28
35
```
29
36
37
+
<!--
30
38
If you get the following error: `Error: couldn't find config: [...]`, copy the files in [presets](../../presets/) to `/usr/share/fastfetch/presets/` or `~/.local/share/fastfetch/presets/`.
31
-
If this isn't possible (or to much work) for you, post the output of `fastfetch --show-errors --recache --multithreading false --disable-linewrap false`.
39
+
If this isn't possible (or too much work) for you, post the output of `fastfetch --show-errors --recache --multithreading false --disable-linewrap false`.
40
+
-->
32
41
33
-
Often helpful questions:
34
-
* Does the issue occur across multiple terminal emulators?
35
-
* Does the issue occur across multiple shells? (bash, zsh, fish, etc)
0 commit comments