summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-05-07 12:36:52 +0200
committernicolargo <nicolas@nicolargo.com>2023-05-07 12:36:52 +0200
commit26337579293a9358759f87c9d663164cc695b956 (patch)
tree2e7cf1f1f966904286fad0fca595b939cdd2b9c1 /.github
parent38d0e706d70d488fabec00c8efd90b68c589b5f2 (diff)
Improve issue stdout
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md13
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
2 files changed, 13 insertions, 6 deletions
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 logs file>]
- 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.