summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-25 19:53:19 +0200
committerGitHub <noreply@github.com>2021-07-25 19:53:19 +0200
commitf17b28e427250cf2e52aa5ae947ba5521d398102 (patch)
tree1708e52e83a4217ee672cdd50312714390f6ad27 /.github/PULL_REQUEST_TEMPLATE.md
parenta054796d7008f4531b482490f917bdef1454b8fd (diff)
downloadpylint-git-f17b28e427250cf2e52aa5ae947ba5521d398102.tar.gz
Add Github issue forms and densify some templates (#4742)
* Add links in .github/ISSUE_TEMPLATE/config.yml * Start using github's form in issue template Closes #4735 * More condensed pull request template * Cleanup of .github/ISSUE_TEMPLATE/config.yml it's supposed to be contact links * Add more emojies take setuptools example * Make the configuration optional in the bug report template * Add optional additional context in question/support
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index b272731b2..5cb6329f6 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,22 +1,14 @@
<!--
-
Thank you for submitting a PR to pylint!
To ease the process of reviewing your PR, do make sure to complete the following boxes.
-You can also read more about contributing to pylint in this document:
-https://github.com/PyCQA/pylint/blob/main/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 new feature or an important bug fix, add a What's New entry in
+- [ ] If it's a new feature, or an important 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
@@ -29,11 +21,11 @@ https://github.com/PyCQA/pylint/blob/main/doc/development_guide/contribute.rst#r
| ✓ | :hammer: Refactoring |
| ✓ | :scroll: Docs |
-## Related Issue
+## Description
<!--
If this PR fixes a particular issue, use the following to automatically close that issue
once this PR gets merged:
+-->
Closes #XXX
--->