From 92ffaf77dee5ce0490c38533588292e61e99bd4a Mon Sep 17 00:00:00 2001 From: Skye Chappelle Date: Thu, 6 Jun 2024 04:39:20 -0400 Subject: [PATCH] Doc: update bug_report.md (#998) A bunch of pedantic, silly changes to the bug report template. --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f955b1113..bd1a032ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,9 +7,9 @@ assignees: '' --- -Be sure to read [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-file#faq) before submitting a new issue. +Be sure to read the [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-file#faq) before submitting a new issue. - + # General description of bug: @@ -17,8 +17,8 @@ Be sure to read [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-f * What should happen: * Fastfetch version used: * Did it work in an older version: -* Where did you get the binary: -* Does this issue still occurs in [the latest dev build](https://github.com/fastfetch-cli/fastfetch/actions/)? +* Where did you get the binary: +* Does this issue still occur in [the latest dev build](https://github.com/fastfetch-cli/fastfetch/actions/)? # Often helpful information: @@ -27,7 +27,7 @@ Screenshot: The content of the configuration file you use (if any): ``` -//paste here +// Paste here ``` 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 --> ``` -//paste here +// Paste here ``` Output of `fastfetch --list-features`: ``` -//paste here +// Paste here ``` -## If fastfatch crashed or freezed +## If fastfatch crashed or froze Paste the stacktrace here. You may get it with: @@ -65,16 +65,16 @@ If you cannot do the instructions above, please upload the core dump file: Use `time fastfetch --stat` to show time usage for each module. -## If my image logo didn't show / work +## If an image or logo didn't show - + * The image protocol you used: * The terminal you used: * Upload the image file here, or paste the image URL: * Does it work with `--logo-width {WIDTH} --logo-height {HEIGHT}`? -## If fastfetch behaves incorrectly on shell starting +## If fastfetch behaves incorrectly on shell startup -* The bug is reproduceable with fresh / clean shell configuration (i.e. `fastfetch` is the single line of `.zshrc` or `~/.config/fish/config.fish`): +* The bug is reproducible with a clean shell configuration (i.e. `fastfetch` is the only line in `.zshrc` or `~/.config/fish/config.fish`): * Does `sleep 1` before running `fastfetch` work?