summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-03-13 16:27:07 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-03-14 19:27:33 +0100
commit3325a8ecd486100659f4017f2544202e7f6d3c29 (patch)
treed0b2e30cc7efebd6ab6cca568a4615a5947197d2 /.github
parent3762d0f8d6206bd70b16647d0f2c11172ef958db (diff)
downloadpsutil-3325a8ecd486100659f4017f2544202e7f6d3c29.tar.gz
Big docfix (#1464)
* use https wherever possible * always point to python 3 doc * point to new MSDN urls * use RST references and avoid repetitions of URLs
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md10
-rw-r--r--.github/ISSUE_TEMPLATE/enhancement.md3
2 files changed, 9 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 9f377b2f..f72fe779 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -9,10 +9,18 @@ assignees: 'giampaolo'
**Platform**
* { OS version }
-* { psutil version (pip show psutil) }
+* { psutil version (use `pip show psutil`) }
**Bug description**
{ a clear and concise description of what the bug is }
```
traceback message (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
+```
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md
index 408728ee..acf323a6 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.md
+++ b/.github/ISSUE_TEMPLATE/enhancement.md
@@ -1,11 +1,8 @@
---
name: Enhancement
about: Propose an enhancement
-title: "title"
labels: 'enhancement'
assignees: 'giampaolo'
---
-{ describe the proposal }
-