summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2021-01-02 12:30:48 +0100
committerGitHub <noreply@github.com>2021-01-02 12:30:48 +0100
commit627ef431f92aab60e66669f7e63200cb516c4b91 (patch)
tree3df34a1d7fab8faf613595e6068113d540a537ef
parent77568e0546e08bfe19b7c91b9938c533f89d447d (diff)
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md8
1 files 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 <glances logs file>]
**Additional context**
Add any other context about the problem here.