From 26337579293a9358759f87c9d663164cc695b956 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 7 May 2023 12:36:52 +0200 Subject: Improve issue stdout --- .github/ISSUE_TEMPLATE.md | 13 ++++++++----- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++++- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ebcfa8a9..a7b90112 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,10 +10,13 @@ For an enhancement or new feature: Describe your needs. #### Versions -* Glances & psutil (glances -V): -* Operating System (lsb_release -a): -* How do you install Glances (Pypi package, script, package manager, source): +* Glances & psutil (glances -V): `To be completed` +* Operating System (lsb_release -a): `To be completed` +* How do you install Glances (Pypi package, script, package manager, source): `To be completed` -#### Logs +#### Configuration and log file -You can also pastebin the Glances logs file (https://glances.readthedocs.io/en/latest/config.html#logging) +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) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e602208c..51f4c801 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,11 +22,15 @@ 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):** +**Environement (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 test [output of glances --issue] (only available with Glances 3.1.7 or higher) + ``` + Copy paste output of glances --issue here + ``` + **Additional context** Add any other context about the problem here. -- cgit v1.2.3