summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-08-21 11:02:49 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-08-21 11:02:49 +0200
commit892d10d15336fcd704e9f9d05ed904a38578d29d (patch)
tree4e3ea8077d16a07dd3813dd1c1ebe4441c951221 /.github/PULL_REQUEST_TEMPLATE.md
parent0585a43e23b5e1d758babddb71e60c15a85c22c1 (diff)
downloadpylint-git-892d10d15336fcd704e9f9d05ed904a38578d29d.tar.gz
Update the PR template to be more user friendly
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md39
1 files changed, 37 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7514811c6..bed417a3f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,2 +1,37 @@
-### Fixes / new features
--
+<!--
+
+Thank you for submitting a PR to pylint!
+
+To ease our work reviewing your PR, do make sure to mark the complete the following boxes.
+
+You can also read more about contributing here:
+https://github.com/PyCQA/pylint/blob/master/doc/development_guide/contribute.rst#repository
+-->
+
+## Steps
+
+- [ ] Add yourself to CONTRIBUTORS if you are a new contributor
+- [ ] Add a ChangeLog entry describing what your PR does
+- [ ] If it's a bigger feature or bug fix, add a What's New entry in `doc/whatsnew/<current release.rst>`
+- [ ] Write a good description on what the PR does
+
+## Description
+
+
+## Type of Changes
+<!-- Leave the corresponding lines for the applicable type of change: -->
+| | Type |
+| ------------- | ------------- |
+| ✓ | :bug: Bug fix |
+| ✓ | :sparkles: New feature |
+| ✓ | :hammer: Refactoring |
+| ✓ | :scroll: Docs |
+
+## Related Issue
+
+<!--
+If this PR fixes a particular issue, use the following to automatically close that issue
+once this PR gets merged:
+
+Closes #XXX
+-->