diff options
author | Julien Palard <julien@palard.fr> | 2020-10-09 23:41:22 +0200 |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2020-11-02 18:36:49 +0100 |
commit | c9be321222e0c765fe0aaff2aee2e0ba1552b22d (patch) | |
tree | 407f8ab9244f81a5874621c688c0de39e81c415a /doc | |
parent | 70cdb9d74913f3ccf0b60ed040d0530a42732980 (diff) | |
download | pylint-git-c9be321222e0c765fe0aaff2aee2e0ba1552b22d.tar.gz |
Handle class decorators during typing checks.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development_guide/contribute.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/development_guide/contribute.rst b/doc/development_guide/contribute.rst index 0476c197c..f82bc442c 100644 --- a/doc/development_guide/contribute.rst +++ b/doc/development_guide/contribute.rst @@ -110,7 +110,10 @@ your patch gets accepted. (`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 yourself to the `CONTRIBUTORS` file, if you are not already there. +- Add a short entry in :file:`doc/whatsnew/VERSION.rst`. + +- Add yourself to the `CONTRIBUTORS` file, flag youself appropriately + (if in doubt, you're a ``contributor``). - Write a comprehensive commit message |