summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug.md
blob: 67a9601b2bf03e573b9286de2e8f29c093c78031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
name: Bug
about: Report a bug
title: "[OS] title"
labels: 'bug'

---
**Platform**
* { OS version }
* { psutil version: python3 -c "import psutil; print(psutil.__version__)" }
* { python version }


**Bug description**
...


**Test results**
{ output of `python -c psutil.tests` (failures only, not full result) }