third_party.pylibs.pylint.src/.github/PULL_REQUEST_TEMPLATE.md

32 lines
895 B
Markdown
Raw Normal View History

<!--
Thank you for submitting a PR to pylint!
To ease the process of reviewing your PR, do make sure to complete the following boxes.
2018-08-22 08:36:32 +00:00
- [ ] 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
`doc/whatsnew/<current release.rst>`.
2018-08-22 08:36:32 +00:00
- [ ] Write a good description on what the PR does.
-->
## Type of Changes
<!-- Leave the corresponding lines for the applicable type of change: -->
| | Type |
| --- | ---------------------- |
| ✓ | :bug: Bug fix |
| ✓ | :sparkles: New feature |
| ✓ | :hammer: Refactoring |
| ✓ | :scroll: Docs |
## Description
<!--
If this PR fixes a particular issue, use the following to automatically close that issue
once this PR gets merged:
-->
Closes #XXX