summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-06-09 17:27:51 +0200
committernicolargo <nicolashennion@gmail.com>2024-06-09 17:27:51 +0200
commit4862264a2a139b6d33b681610b2fdac6426aab5c (patch)
tree69bcb9818cd47f07584c11f66fb8cf1aba5975fb /.github
parent0791c7e9dadd420df59452ff66a10b3b098fb776 (diff)
Update bug report template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 46d4fe7b..95522c53 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,6 +6,9 @@ labels: ''
assignees: ''
---
+**Check the bug**
+Before filling this bug report, please search if a similar issue already exists.
+In this case, just add a comment on this existing issue.
**Describe the bug**
A clear and concise description of what the bug is.
@@ -26,11 +29,7 @@ If applicable, add screenshots to help explain your problem.
- 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
- ```
+ - Glances test: ` To be completed with result of: glances --issue`
**Additional context**
Add any other context about the problem here.