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.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 67a9601b..1cdba810 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -7,13 +7,9 @@ labels: 'bug'
---
**Platform**
* { OS version }
-* { psutil version: python3 -c "import psutil; print(psutil.__version__)" }
+* { psutil version (print psutil.__version__) }
* { python version }
**Bug description**
...
-
-
-**Test results**
-{ output of `python -c psutil.tests` (failures only, not full result) }