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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@ assignees: ''
7
7
8
8
---
9
9
10
-
Be sure to read [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-file#faq) before submitting a new issue.
10
+
Be sure to read the [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-file#faq) before submitting a new issue.
11
11
12
-
<!-- We will try hard to solve the issue. However since platforms and hardwares vary greatly, it can be hard to find the root cause is. Providing following information may help us greatly. Thanks in advance -->
12
+
<!-- We will try hard to solve the issue. However since platforms and hardwares vary greatly, it can be hard to find the root cause of an issue. Providing the following information may help us greatly. Thanks in advance!-->
13
13
14
14
# General description of bug:
15
15
16
16
* What happened:
17
17
* What should happen:
18
18
* Fastfetch version used: <!-- please use the latest version, if possible -->
19
19
* Did it work in an older version: <!-- if yes, which version -->
20
-
* Where did you get the binary: <!--Github Release / Github Actions / Installed with a package manager (What package manager) / Built from source yourself -->
21
-
* Does this issue still occurs in [the latest dev build](https://github.com/fastfetch-cli/fastfetch/actions/)?
20
+
* Where did you get the binary: <!--GitHub release / GitHub Actions / installed with a package manager (please tell us which package manager you used!) / built from source yourself -->
21
+
* Does this issue still occur in [the latest dev build](https://github.com/fastfetch-cli/fastfetch/actions/)?
22
22
23
23
# Often helpful information:
24
24
@@ -27,7 +27,7 @@ Screenshot:
27
27
28
28
The content of the configuration file you use (if any):
29
29
```
30
-
//paste here
30
+
// Paste here
31
31
```
32
32
33
33
Output of `fastfetch -c ci.jsonc --format json`:
@@ -36,15 +36,15 @@ Note that this output will contain you public IP. If it is not relevant for the
36
36
-->
37
37
38
38
```
39
-
//paste here
39
+
// Paste here
40
40
```
41
41
42
42
Output of `fastfetch --list-features`:
43
43
```
44
-
//paste here
44
+
// Paste here
45
45
```
46
46
47
-
## If fastfatch crashed or freezed
47
+
## If fastfatch crashed or froze
48
48
49
49
Paste the stacktrace here. You may get it with:
50
50
@@ -65,16 +65,16 @@ If you cannot do the instructions above, please upload the core dump file:
65
65
66
66
Use `time fastfetch --stat` to show time usage for each module.
67
67
68
-
## If my image logo didn't show / work
68
+
## If an image or logo didn't show
69
69
70
-
<!-- Please make sure the terminal does support the image protocol you used. Note Gnome terminal doesn't support any image protocols -->
70
+
<!-- Please make sure your terminal supports the image protocol you used. Note that GNOME Terminal doesn't support any image protocols.-->
71
71
72
72
* The image protocol you used:
73
73
* The terminal you used:
74
74
* Upload the image file here, or paste the image URL:
75
75
* Does it work with `--logo-width {WIDTH} --logo-height {HEIGHT}`?
76
76
77
-
## If fastfetch behaves incorrectly on shell starting
77
+
## If fastfetch behaves incorrectly on shell startup
78
78
79
-
* The bug is reproduceable with fresh / clean shell configuration (i.e. `fastfetch` is the single line of`.zshrc` or `~/.config/fish/config.fish`):
79
+
* The bug is reproducible with a clean shell configuration (i.e. `fastfetch` is the only line in`.zshrc` or `~/.config/fish/config.fish`):
0 commit comments