diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-09 12:52:54 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-09 13:23:29 -0500 |
| commit | 7102b99653e354eb8c291cfa5b4f772d15d83ae0 (patch) | |
| tree | 0d5413c13b03cbc0667140993e06f45c7a5fc3dd /docs/internals/contributing/writing-code | |
| parent | 8f4877c89d0f28e289399fbb46357623a49e7eb0 (diff) | |
Added best practices for versionadded/changed annotations.
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 3 |
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 |
