diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-06-01 12:46:26 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-06-01 16:33:17 +0200 |
commit | e910a0778fb5e6ddea1ce056dd0fb951cf4eee18 (patch) | |
tree | be67c7ffbb2d19a7cd0c14e911bb89353b2cc60e /doc/development_guide | |
parent | 0492d79f18a684ac6e4b9eee5b20269b56bf0e0f (diff) | |
download | pylint-git-e910a0778fb5e6ddea1ce056dd0fb951cf4eee18.tar.gz |
Bump pylint to 2.14.0, update changelogv2.14.0
Diffstat (limited to 'doc/development_guide')
-rw-r--r-- | doc/development_guide/contributor_guide/contribute.rst | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/development_guide/contributor_guide/contribute.rst b/doc/development_guide/contributor_guide/contribute.rst index 6a22c106b..9dcfd8d94 100644 --- a/doc/development_guide/contributor_guide/contribute.rst +++ b/doc/development_guide/contributor_guide/contribute.rst @@ -13,14 +13,9 @@ your patch gets accepted: you access to the latest ``ast`` parser. - Install the dev dependencies, see :ref:`contributor_install`. - Use our test suite and write new tests, see :ref:`contributor_testing`. - -- Add a short entry to the change log describing the change, except for internal - implementation only changes. - -- Not usually required, but for changes other than small bugs we also add a couple - of sentences in the release document for that release, (:file:`doc/whatsnew/VERSION.rst`, - `What's New` section). For the release document we usually write some more details, - and it is also a good place to offer examples on how the new change is supposed to work. +- Add an entry to the change log describing the change in `doc/whatsnew/2/2.15/index.rst` + (or ``doc/whatsnew/2/2.14/full.rst`` if the change needs backporting in 2.14). + If necessary you can write details or offer examples on how the new change is supposed to work. - Document your change, if it is a non-trivial one. |