Skip to content

Commit

Permalink
DOC: add explanation about version number to use with versionadded di…
Browse files Browse the repository at this point in the history
…rective.
  • Loading branch information
rgommers committed Jun 2, 2012
1 parent 8a7327b commit cd7184e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/HOWTO_CONTRIBUTE.rst.txt
Expand Up @@ -159,8 +159,10 @@ Checklist before submitting a PR
- Are there unit tests with good code coverage?
- Do all public function have docstrings including examples?
- Is the code style correct (PEP8, pyflakes)
- Is the new functionality tagged with ``.. versionadded:: X.Y.Z``?
- Is the new functionality mentioned in the release notes of the next release?
- Is the new functionality tagged with ``.. versionadded:: X.Y.Z`` (with
X.Y.Z the version number of the next release - can be found in setup.py)?
- Is the new functionality mentioned in the release notes of the next
release?
- Is the new functionality added to the reference guide?
- In case of larger additions, is there a tutorial or more extensive
module-level description?
Expand Down

0 comments on commit cd7184e

Please sign in to comment.