From 627ef431f92aab60e66669f7e63200cb516c4b91 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Sat, 2 Jan 2021 12:30:48 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8cec7c0d..8130bd8d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,10 +12,9 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +1. Start Glances with the followings options '...' +2. Press the key '....' +3. See error **Expected behavior** A clear and concise description of what you expected to happen. @@ -26,6 +25,7 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. GNU/Linux Ubuntu 20.04] - Glances Version [output of glances -V] + - Glances logs file [output of tail -10 ] **Additional context** Add any other context about the problem here.