summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-03-14 20:39:27 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-03-14 20:39:27 +0100
commit672196a13115a6cfaf798d15b92b469c3f71b35f (patch)
tree9d2fbe6ba3ae4fe5fe50d618a74ebda03e1c4331
parentb583b8b10d744412f0ecd0f8265f6cf73b147d77 (diff)
downloadpsutil-672196a13115a6cfaf798d15b92b469c3f71b35f.tar.gz
update issue template
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md17
-rw-r--r--.github/ISSUE_TEMPLATE/enhancement.md2
2 files changed, 12 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index f72fe779..283d8dc6 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -6,21 +6,24 @@ labels: 'bug'
assignees: 'giampaolo'
---
-
**Platform**
-* { OS version }
-* { psutil version (use `pip show psutil`) }
+* { OS version } (also add appropriate OS issue label (linux, windows, ...))
+* { psutil version } (use "pip show psutil")
**Bug description**
{ a clear and concise description of what the bug is }
+
```
traceback message (if any)
```
+```python
+code to reproduce the problem (if any)
+```
+
**Test results**
-{ This is an extra: you may want to run `python -c psutil.tests`. }
-{ If you have failures paste those only (not the full test output). }
-{ If the failures look unrelated with the issue at hand open another ticket }
```
-test failure output
+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 }
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md
index acf323a6..1a5e14e5 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.md
+++ b/.github/ISSUE_TEMPLATE/enhancement.md
@@ -3,6 +3,8 @@ name: Enhancement
about: Propose an enhancement
labels: 'enhancement'
assignees: 'giampaolo'
+title: "[OS] title"
---
+{ a clear and concise description of what the enhancment is about }