summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-03-01 02:50:09 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-03-01 02:50:09 +0100
commit9e501a4b23c2ce09fba6cf0836a6c04d5dbcb605 (patch)
tree61dbb224abe8c41b5561314cc9707102f045878f /.github
parentb5d68fb32a58cc38f8860dc8cf6b22060640979c (diff)
downloadpsutil-9e501a4b23c2ce09fba6cf0836a6c04d5dbcb605.tar.gz
add issue templates for 'bug' and 'enhancement' types
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md22
-rw-r--r--.github/ISSUE_TEMPLATE/enhancement.md11
-rw-r--r--.github/placeholder0
3 files changed, 33 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
new file mode 100644
index 00000000..ca9483d3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,22 @@
+---
+name: Bug
+about: Report a bug
+title: "[OS] title"
+labels: 'bug'
+assignees: 'giampaolo'
+
+---
+
+**Platform**
+
+* { OS version }
+* { psutil version (pip show psutil) }
+
+**Bug description**
+
+{ a clear and concise description of what the bug is }
+
+```
+traceback message (if any)
+```
+
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md
new file mode 100644
index 00000000..408728ee
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/enhancement.md
@@ -0,0 +1,11 @@
+---
+name: Enhancement
+about: Propose an enhancement
+title: "title"
+labels: 'enhancement'
+assignees: 'giampaolo'
+
+---
+
+{ describe the proposal }
+
diff --git a/.github/placeholder b/.github/placeholder
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/.github/placeholder