summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-12-13 23:33:58 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-12-13 23:33:58 +0100
commitb777a5177d0b8a492fc76320491b0791f25e17a1 (patch)
tree8270466a88fbad4f56c1457f00128dc9ef74f7f7 /.github
parente12d8853cd5d6f44f75ab1bab23c54f7f91b32af (diff)
downloadpsutil-b777a5177d0b8a492fc76320491b0791f25e17a1.tar.gz
add CONTRIBUTING.md
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md7
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml5
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md9
3 files changed, 19 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 1cdba810..f90e13e1 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -5,11 +5,14 @@ title: "[OS] title"
labels: 'bug'
---
-**Platform**
+## Platform
+
* { OS version }
* { psutil version (print psutil.__version__) }
* { python version }
-**Bug description**
+## Bug description
+
...
+
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..39dc113f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Ask a question
+ url: https://groups.google.com/g/psutil
+ about: Use this to ask for support
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..88f416f0
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,9 @@
+## Resume
+
+* OS: { OS name }
+* Bug fix: { yes/no }
+* Fixes: { comma-separated list of tickets fixed by the PR, if any }
+
+## Description
+
+...