From b777a5177d0b8a492fc76320491b0791f25e17a1 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sun, 13 Dec 2020 23:33:58 +0100 Subject: add CONTRIBUTING.md --- .github/ISSUE_TEMPLATE/bug.md | 7 +++++-- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.github') 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 + +... -- cgit v1.2.1