Skip to content

Commit 837c089

Browse files
committed
🔧 update settings
1 parent 6a249f7 commit 837c089

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.commit_template

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
3+
# ==== Emojis ====
4+
# 🐜 :ant: バグ修正
5+
# 👍 :+1: 機能改善
6+
# ✨ :sparkles: 部分的な機能追加
7+
# 🎉 :tada: 盛大に祝うべき大きな機能追加
8+
# 🔧 :wrench: 環境設定
9+
# ♻️ :recycle: リファクタリング
10+
# 🚿 :shower: 不要な機能・使われなくなった機能の削除
11+
# 💚 :green_heart: テストやCIの修正・改善
12+
# 👕 :shirt: Lintエラーの修正やコードスタイルの修正
13+
# 🚀 :rocket: パフォーマンス改善
14+
# 🆙 :up: 依存パッケージなどのアップデート
15+
# 🔒 :lock: 新機能の公開範囲の制限
16+
# 👮 :cop: セキュリティ関連の改善
17+
18+
# ==== Format ====
19+
# :emoji: Subject
20+
#
21+
# Commit body...
22+
23+
# ==== The Seven Rules ====
24+
# 1. Separate subject from body with a blank line
25+
# 2. Limit the subject line to 50 characters
26+
# 3. Capitalize the subject line
27+
# 4. Do not end the subject line with a period
28+
# 5. Use the imperative mood in the subject line
29+
# 6. Wrap the body at 72 characters
30+
# 7. Use the body to explain what and why vs. how
31+
#
32+
# How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/
33+
34+
# ==== Links ====
35+
# https://goodpatch.com/blog/beautiful-commits-with-emojis/
36+
# https://gist.github.com/ko31/5ee4a709f5fe2f0a8a3af8d7fa3512d7

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
!sankey_pro.json
66
!sankey_lady.json
77
*~
8+
.env

0 commit comments

Comments
 (0)