Doc: update bug_report.md

This commit is contained in:
李通洲
2023-08-21 09:26:07 +08:00
parent c6eff111cc
commit 7b6e157a4d
+1 -6
View File
@@ -19,11 +19,6 @@ assignees: ''
# Often helpful information:
Output of `fastfetch --version`:
```
//paste here
```
The content of the configuration file you use (if any)
```
//paste here
@@ -34,7 +29,7 @@ Output of `env NO_CONFIG=1 fastfetch --load-config all --show-errors --stat --mu
Note that this output will contain you public IP. If it is not relevant for the issue, feel free to remove it before uploading.
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/`.
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`.
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`.
-->
```