Skip to content

Commit

Permalink
✏️ コミットメッセージフォーマット
Browse files Browse the repository at this point in the history
  • Loading branch information
nakahashi kentaro committed Nov 6, 2018
1 parent 32b1516 commit 2ad92ec
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 19 deletions.
25 changes: 25 additions & 0 deletions .gitmessage.txt
@@ -0,0 +1,25 @@


# ==== Emojis ====
# 🐛 バグ修正
# ⚡️ 機能改善
# 📕 部分的な機能追加
# 📚 盛大に祝うべき大きな機能追加
# ️🔨 リファクタリング
# 🗑 不要な機能・使われなくなった機能の削除
# 💚 テストやCIの修正・改善
# 👕 Lintエラーの修正やコードスタイルの修正
# 🚀 パフォーマンス改善
# 🆙 依存パッケージなどのアップデート
# 🔒 新機能の公開範囲の制限
# 👮 セキュリティ関連の改善
# 💎 UI/UX 改善
# ✏️ テキスト

# ==== Format ====
# :emoji: Subject
#
# Commit body...

# macOSの場合、Ctrl + ⌘ + Space で絵文字パレットを呼び出せます
# https://github.com/dannyfritz/commit-message-emoji/blob/master/INTEGRATIONS.md
15 changes: 15 additions & 0 deletions Makefile
@@ -0,0 +1,15 @@
.PHONY: build
build:
make

.PHONY: install
install:
make

.PHONY: run
run:
make

.PHONY: dev-install
dev-install:
git config --local commit.template .gitmessage.txt
23 changes: 4 additions & 19 deletions README.md
Expand Up @@ -14,23 +14,8 @@ markitはWindows、Macで動作します。

目下開発中です…

***
## コミットメッセージルール

# todo

## 色設定

## フォント設定

## Markdownプレビュー

* md2reactを使う

## ズーム

## その他

* autoResize時のブレ

* [15604:0505/014225:ERROR:ipc_channel_win.cc(512)] pipe error: 232 のログ
https://github.com/electron/electron/issues/3078 では「harmless warning」って言ってるが、ホント?
```
$ git config --local commit.template .gitmessage.txt
```

0 comments on commit 2ad92ec

Please sign in to comment.