2022年10月1日

学生さんの修論のコミットメッセージで「Semantic Commit Messages」というのを知った。

feat: add hat wobble
^--^  ^------------^
|     |
|     +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.

GitHubにコミットすると、絵文字が出る?

あ、なるほど「:tada: initial commit」のように、絵文字を指定しているのか。

論文を一つコメントを入れて返した。コミットログに絵文字をつけるの、ちょっと楽しいな。