From 682a137209242070ab04f1d04b2cd8dbf420af25 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 8 Jan 2006 06:32:52 +0000 Subject: [PATCH] Made docs/contributing.txt example more detailed git-svn-id: http://code.djangoproject.com/svn/django/trunk@1860 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/contributing.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing.txt b/docs/contributing.txt index eb0807dd96..9ccf655b1f 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -180,9 +180,9 @@ repository: * Write detailed commit messages in the past tense, not present tense. - * Good: "Fixed bug in RSS API." - * Bad: "Fixes bug in RSS API." - * Bad: "Fixing bug in RSS API." + * Good: "Fixed Unicode bug in RSS API." + * Bad: "Fixes Unicode bug in RSS API." + * Bad: "Fixing Unicode bug in RSS API." * For commits to a branch, prefix the commit message with the branch name. For example: "magic-removal: Added support for mind reading."