From 21079ab1648c1fa415ee0a03af738f3e14c98a75 Mon Sep 17 00:00:00 2001 From: Daniel Cohen Gindi Date: Tue, 20 Sep 2016 16:44:12 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 705f60a05a..5b66f22f8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ If you are reporting a bug which can be observed visually, please add to your is ```` First line must be up to 50 chars (Fixes #1234) - The first line should be a short statement as to what have changed, and should also include an issue number, prefixed with a dash. + The first line should be a short statement as to what have changed, and should also include an issue number, prefixed with a hash. The body of the message comes after an empty new line, and describes the changes more thoroughly, especially if there was a special case handled there, or maybe some trickery that only code wizards can understand.