Skip to content

Commit 92ffaf7

Browse files
author
Skye Chappelle
authored
Doc: update bug_report.md (#998)
A bunch of pedantic, silly changes to the bug report template.
1 parent 10f5fa1 commit 92ffaf7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ assignees: ''
77

88
---
99

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.
1111

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! -->
1313

1414
# General description of bug:
1515

1616
* What happened:
1717
* What should happen:
1818
* Fastfetch version used: <!-- please use the latest version, if possible -->
1919
* 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/)?
2222

2323
# Often helpful information:
2424

@@ -27,7 +27,7 @@ Screenshot:
2727

2828
The content of the configuration file you use (if any):
2929
```
30-
//paste here
30+
// Paste here
3131
```
3232

3333
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
3636
-->
3737

3838
```
39-
//paste here
39+
// Paste here
4040
```
4141

4242
Output of `fastfetch --list-features`:
4343
```
44-
//paste here
44+
// Paste here
4545
```
4646

47-
## If fastfatch crashed or freezed
47+
## If fastfatch crashed or froze
4848

4949
Paste the stacktrace here. You may get it with:
5050

@@ -65,16 +65,16 @@ If you cannot do the instructions above, please upload the core dump file:
6565

6666
Use `time fastfetch --stat` to show time usage for each module.
6767

68-
## If my image logo didn't show / work
68+
## If an image or logo didn't show
6969

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. -->
7171

7272
* The image protocol you used:
7373
* The terminal you used:
7474
* Upload the image file here, or paste the image URL:
7575
* Does it work with `--logo-width {WIDTH} --logo-height {HEIGHT}`?
7676

77-
## If fastfetch behaves incorrectly on shell starting
77+
## If fastfetch behaves incorrectly on shell startup
7878

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`):
8080
* Does `sleep 1` before running `fastfetch` work?

0 commit comments

Comments
 (0)