Skip to content

Commit

Permalink
📝 絵文字プレフィックスについて追記いたしましたわ
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jul 10, 2022
1 parent 0d038ca commit 8151958
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,19 @@ $ ls -lah ./bin/ojosama
=== リリース

git tag打ったらCIが走って自動でリリースする。

=== 絵文字プレフィックス

コミットメッセージにはなるべく絵文字プレフィックスを付けるようにします。
ただし忘れてもOKです。
使う絵文字は大体以下。

[options="header"]
|=================
| 絵文字 | GitHub上のマーク | 使うタイミング
| :sparkles: | `:sparkles:` | 新機能、変換ルールの追加
| :bug: | `:bug:` | バグ修正
| :100: | `:100:` | リファクタリング
| :green_heart: | `:green_heart:` | テスト、CI系
| :memo: | `:memo:` | ドキュメント系
|=================

0 comments on commit 8151958

Please sign in to comment.