From 6d7cbe67f0a91ce3c576b41dc5650e1e4cdbd4e2 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 20 Apr 2017 17:32:56 +0200 Subject: [PATCH] Removed inappropriate highlighting in committing-code.txt. --- docs/internals/contributing/committing-code.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index fd526b1dd6..4ce8576702 100644 --- a/docs/internals/contributing/committing-code.txt +++ b/docs/internals/contributing/committing-code.txt @@ -131,7 +131,9 @@ Django's Git repository: The commit message should be in lines of 72 chars maximum. There should be a subject line, separated by a blank line and then paragraphs of 72 char lines. The limits are soft. For the subject line, shorter is better. In the - body of the commit message more detail is better than less:: + body of the commit message more detail is better than less: + + .. code-block:: none Fixed #18307 -- Added git workflow guidelines @@ -183,13 +185,17 @@ Django's Git repository: is the number of the ticket your commit references. This will automatically post a comment to the appropriate ticket. -* Write commit messages for backports using this pattern:: +* Write commit messages for backports using this pattern: + + .. code-block:: none [] Fixed -- Backport of from . - For example:: + For example: + + .. code-block:: none [1.3.x] Fixed #17028 -- Changed diveintopython.org -> diveintopython.net.