diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-08-22 10:36:32 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-08-22 10:36:32 +0200 |
commit | 4e719576a2c41bfebb144cd0219990b5be218989 (patch) | |
tree | 891da6df4e937a8fd39b6a9827b82e16d855e06d /.github | |
parent | 0ba451994767172053251c4cebcc9104d4b77fc6 (diff) | |
download | pylint-git-4e719576a2c41bfebb144cd0219990b5be218989.tar.gz |
Some grammar improvements
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bed417a3f..835cf2ce4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,18 +2,18 @@ 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. +To ease the process of reviewing your PR, do make sure complete the following boxes. -You can also read more about contributing here: +You can also read more about contributing to pylint in this document: 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 +- [ ] 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>`. +- [ ] Write a good description on what the PR does. ## Description |