summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index e602208c..46d4fe7b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -22,11 +22,20 @@ A clear and concise description of what you expected to happen.
**Screenshots**
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>]
- - Glances test [output of glances --issue] (only available with Glances 3.1.7 or higher)
+**Environement (please complete the following information)**
+ - Operating System (lsb_release -a or OS name/version): `To be completed with result of: lsb_release -a`
+ - Glances & psutil versions: `To be completed with result of: glances -V`
+ - How do you install Glances (Pypi package, script, package manager, source): `To be completed`
+ - Glances test (only available with Glances 3.1.7 or higher):
+
+ ```
+ To be completed with result of: glances --issue
+ ```
**Additional context**
Add any other context about the problem here.
+
+You can also [pastebin](https://pastebin.com/):
+
+* the Glances configuration file (https://glances.readthedocs.io/en/latest/config.html#location)
+* the Glances log file (https://glances.readthedocs.io/en/latest/config.html#logging)