summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-02-10 01:07:51 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-02-10 01:07:51 +0100
commit76104dbc77623cca46c18c5ef1534399d10f563d (patch)
tree5f6b1aef44d2f9ad5436f0585752d1c42086b0fe /.github
parentb6237f8190b2344d8381b86d43882fba45585876 (diff)
downloadpsutil-76104dbc77623cca46c18c5ef1534399d10f563d.tar.gz
skip memleak tests on PyPy: they are unreliable probably because of the JIT
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md21
1 files changed, 6 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index ba4a026c..67a9601b 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -6,23 +6,14 @@ labels: 'bug'
---
**Platform**
-* { OS version } (also add appropriate OS issue label (linux, windows, ...))
-* { psutil version } (use "pip show psutil")
+* { OS version }
+* { psutil version: python3 -c "import psutil; print(psutil.__version__)" }
+* { python version }
-**Bug description**
-{ a clear and concise description of what the bug is }
-```
-traceback message (if any)
-```
+**Bug description**
+...
-```python
-code to reproduce the problem (if any)
-```
**Test results**
-```
-output of `python -c psutil.tests` (failures only, not full result)
-```
-{ you may want to do this in order to discover other issues affecting your platform }
-{ if failures look unrelated with the issue at hand open another ticket }
+{ output of `python -c psutil.tests` (failures only, not full result) }