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

---
## Summary

* 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, new-api, installation }

## Description

{{{
  A clear explanation of the bug, including traceback message (if any). Please read the contributing guidelines before submit:
  https://github.com/giampaolo/psutil/blob/master/CONTRIBUTING.md
}}}