Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (28 loc) · 1014 Bytes

git_template.md

File metadata and controls

31 lines (28 loc) · 1014 Bytes

==== Emojis ====

🐛 🐛 Bug Fix

👍 👍 Improvement

✨ ✨ Add Small Feature

🎉 🎉 Add Big Feature

♻️ ♻️ Refactoring

🚿 🚿 Delete unused code

💚 💚 Test / CI improvement

👕 👕 Fix to follow cording standard

🚀 🚀 performance improvement

🆙 🆙 Update related package

🔒 🔒 a-b testing for new feature

👮 👮 update for security

==== Format ====

:emoji: Subject

Commit body...

==== The Seven Rules ====

1. Separate subject from body with a blank line

2. Limit the subject line to 50 characters

3. Capitalize the subject line

4. Do not end the subject line with a period

5. Use the imperative mood in the subject line

6. Wrap the body at 72 characters

7. Use the body to explain what and why vs. how

How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/