summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index f90e13e1..edff6d43 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -5,14 +5,17 @@ title: "[OS] title"
labels: 'bug'
---
-## Platform
+## Summary
-* { OS version }
-* { psutil version (print psutil.__version__) }
-* { python version }
+* OS: { type-or-version }
+* Architecture: { 64bit, 32bit, ARM, PowerPC, s390 }
+* Psutil version: { pip3 show psutil }
+* Python version: { python3 -V }
+* Type: { core, doc, performance, scripts, tests, wheels, newapi }
+## Description
-## Bug description
-
-...
-
+{{{
+ A clear explanation of the bug, including traceback nessage (if any). Please read the contributing guidelines before submit:
+ https://github.com/giampaolo/psutil/blob/master/CONTRIBUTING.md
+}}}