summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.txt6
1 files 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."