summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code/submitting-patches.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-09 12:52:54 -0500
committerTim Graham <timograham@gmail.com>2015-01-09 13:23:29 -0500
commit7102b99653e354eb8c291cfa5b4f772d15d83ae0 (patch)
tree0d5413c13b03cbc0667140993e06f45c7a5fc3dd /docs/internals/contributing/writing-code/submitting-patches.txt
parent8f4877c89d0f28e289399fbb46357623a49e7eb0 (diff)
Added best practices for versionadded/changed annotations.
Diffstat (limited to 'docs/internals/contributing/writing-code/submitting-patches.txt')
-rw-r--r--docs/internals/contributing/writing-code/submitting-patches.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt
index 7bc37f5a75..965ce45eaa 100644
--- a/docs/internals/contributing/writing-code/submitting-patches.txt
+++ b/docs/internals/contributing/writing-code/submitting-patches.txt
@@ -320,7 +320,8 @@ New Features
* Are there tests to "exercise" all of the new code?
* Is there a release note in ``docs/releases/A.B.txt``?
-* Is there documentation for the feature and is it annotated appropriately with
+* Is there documentation for the feature and is it :ref:`annotated
+ appropriately <documenting-new-features>` with
``.. versionadded:: A.B`` or ``.. versionchanged:: A.B``?
Deprecating a feature