From bbbec359d55b13f9de18ed91f73280608e361549 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sun, 5 Aug 2012 18:29:41 +1200 Subject: [PATCH] Update ideal commit message to reflect new guidelines --- docs/en/misc/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/misc/contributing.md b/docs/en/misc/contributing.md index 4567ccdc1..01164c550 100644 --- a/docs/en/misc/contributing.md +++ b/docs/en/misc/contributing.md @@ -101,7 +101,7 @@ Example: Bad commit message Example: Good commit message - ENHANCEMENT Formatting through prepValueForDB() + BUG Formatting through prepValueForDB() Added prepValueForDB() which is called on DBField->writeToManipulation() to ensure formatting of value before insertion to DB on a per-DBField type basis (fixes #1234).