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
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
name: Bug report
3
3
about: Create a report to help us improve
4
-
title: ''
4
+
title: '[BUG] '
5
5
labels: bug
6
6
assignees: ''
7
7
@@ -24,12 +24,9 @@ The content of the configuration file you use (if any)
24
24
//paste here
25
25
```
26
26
27
-
Output of `env NO_CONFIG=1 fastfetch --load-config all --show-errors --stat --multithreading false --disable-linewrap false --hide-cursor false`:
27
+
Output of `fastfetch -c ci.jsonc --format json`:
28
28
<!--
29
29
Note that this output will contain you public IP. If it is not relevant for the issue, feel free to remove it before uploading.
30
-
31
-
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/`.
32
-
If this isn't possible (or too much work) for you, post the output of `env NO_CONFIG=1 fastfetch --show-errors --stat --multithreading false --disable-linewrap false --hide-cursor false && fastfetch --version`.
0 commit comments