diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index e33269be4d..0d223a2263 100644 --- a/docs/internals/contributing/committing-code.txt +++ b/docs/internals/contributing/committing-code.txt @@ -91,6 +91,18 @@ repository: Subversion and Trac so that any commit message in that format will automatically post a comment to the appropriate ticket. +* Write commit messages for backports using this pattern:: + + [] Fixed -- + + Backport of from . + + For example:: + + [1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.net. + + Backport of r17115 from trunk. + Reverting commits -----------------