From 0d1b6a6d33ab45f8bea7a51fbbdb34af9ded47b6 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 28 Apr 2022 14:52:27 -0400 Subject: [PATCH] github: specify in the bug report that one should install from crates/bottom --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e481bc6e..e9eb95d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,6 +30,8 @@ Please mention which version of bottom you're running (`btm -V`, nightly, etc.)! Please mention how you installed `bottom`. If you manually compiled it, please also mention your _Rust version_. +**Note: if you installed from cargo, ensure you installed the right crate (https://crates.io/crates/bottom).** + ## How can we reproduce this? Provide detailed steps on _how_ to reproduce your problem, to the best of your ability. Be as detailed as possible. Include config files or flags if relevant. If maintainers cannot reproduce the bug, it will be very hard to fix it.