<div dir="ltr">Dear folks<div><br></div><div>I'm reading NFD repository's contributing guide, and I notice an inconsistency in "commit messages" section.</div><div><a href="https://github.com/named-data/NFD/blob/43bb2315ea022b9aed7fe7922d7b8d8161cf1bc9/CONTRIBUTING.md#commit-messages">https://github.com/named-data/NFD/blob/43bb2315ea022b9aed7fe7922d7b8d8161cf1bc9/CONTRIBUTING.md#commit-messages</a><br></div><div><br></div>Quote from contributing guide:<br><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>Commit messages should:</div></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><ul><li>Be written in an imperative mood. E.g. "<span style="background-color:rgb(255,255,0)">Make </span>foo a bar" and not "Foo is now a bar"<br></li><li>Use the present tense. E.g. "<span style="background-color:rgb(255,255,0)">Make </span>foo a bar" and not "Made foo a bar"<br></li></ul></div></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>To explain, the anatomy of a typical commit message is like this:</div></div><div><div><br></div></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">docs: <span style="background-color:rgb(0,255,0)">write </span>contributing guide and code of conduct</font></div></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font face="monospace, monospace"><br></font></div></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">refs: #3898</font></div></div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">Change-Id: Ife89360305027dba9020f0b298793c1121ae1fd6c</font></div></div></blockquote></blockquote><div><br></div><div>The verb in two examples of the first paragraph is written in upper case, but the verb in the anatomy example is written in lower case.</div><div>I wonder which one is correct?</div><div><br></div><div>Yours, Junxiao</div></div>