瀏覽代碼

docs: minor formatting fixup of previous

Jakob Borg 1 月之前
父節點
當前提交
4986fc1676
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      CONTRIBUTING.md

+ 2 - 2
CONTRIBUTING.md

@@ -158,9 +158,9 @@ author, and be the same as what you want in the AUTHORS file as per above.
 
 
 - Commits that resolve an existing issue must include the issue number
 - Commits that resolve an existing issue must include the issue number
   as `(fixes #123)` at the end of the commit message subject. A correctly
   as `(fixes #123)` at the end of the commit message subject. A correctly
-  formatted commit message looks like this:
+  formatted commit message subject looks like this:
 
 
-    feat(dialer): add env var to disable proxy fallback (fixes #3006)
+      feat(dialer): add env var to disable proxy fallback (fixes #3006)
 
 
 - If the commit message subject doesn't say it all, one or more paragraphs of
 - If the commit message subject doesn't say it all, one or more paragraphs of
   describing text should be added to the commit message. This should explain
   describing text should be added to the commit message. This should explain