diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4a78ee76..0f68c85c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,38 +6,58 @@ labels: "bug" assignees: "" --- -### Describe the bug +## Describe the bug _A clear and concise description of what the bug is and what the expected behaviour was. If applicable, add screenshots to help explain your problem:_ -### To reproduce +## To reproduce _Steps on how to reproduce the behaviour:_ 1. Go to... 2. Click on... -3. See error +3. See problem... -### bottom version (use `btm -V`) +## bottom version -### bottom config file (if one is used) +_Use `btm -V` and report the version of bottom you have installed. Also, if you're not on the latest version, please try that and see if the problem is already resolved._ -### Installation method +## bottom config file (if used) -### Platform +_If you're using a config file, please include it in the report._ -**Operating system and OS version:** +## Installation method -**Terminal (i.e. urxvt, kitty, etc.):** +_How did you install bottom? Note if it's not a supported method, I may not be able to help you._ -**Shell (i.e. zsh, bash, etc.):** +## Platform and environment information -_If relevant, please provide information on:_ +### Operating system, OS version, and architecture -**System info (RAM, SWAP, etc.):** +_Please specify your operating system, the version, and architecture, so I can try to replicate your environment as best as possible._ -**Rust version (if building yourself):** +### Terminal (i.e. urxvt, kitty, etc.) + +_Sometimes this matters, so please mention your terminal/terminal emulator._ + +### Shell (i.e. zsh, bash, etc.) + +_Again, sometimes this matters, so please mention your shell type if possible._ + +### Miscellaneous system info + +_Not totally necessary, but if possible, include details like:_ + +_RAM size:_ + +_SWAP size:_ + +_CPU and number of cores:_ + +### Rust version + +_Check this with `rustc --version`. This is only relevant if your version of bottom isn't from a pre-built binary (i.e. Cargo). Otherwise, feel free to skip._ ## Additional context -_If anything hasn't been covered by the above categories, state it down here:_ +_If anything hasn't been covered by the above categories, feel free to include it here:_ diff --git a/.vscode/settings.json b/.vscode/settings.json index 8d157fab..6002bb85 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,6 +13,7 @@ "GIBIBYTE", "GIGA", "KIBI", + "Lukas", "MEBI", "MEBIBYTE", "MSRV", @@ -24,6 +25,7 @@ "PKGBUILDs", "Polishchuk", "Qudsi", + "Rysavy", "SIGTERM", "TEBI", "TERA", @@ -89,6 +91,7 @@ "regexes", "rsplitn", "runlevel", + "rustc", "rustflags", "rustfmt", "shilangyu",