瀏覽代碼

Update CONTRIBUTING.md

Daniel Cohen Gindi 9 年之前
父節點
當前提交
21079ab164
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
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.