Last active
October 21, 2016 07:33
-
-
Save massa142/4cfdf269010cccbbaf729b44ea795855 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ==== Emojis ==== | |
# ๐จ :art: when improving the format/structure of the code | |
# ๐ง :wrench: when improving infrastructure/tooling | |
# ๐ :rocket: when improving performance | |
# ๐ฑ :non-potable_water: when plugging memory leaks | |
# ๐ :memo: when writing docs | |
# ๐ :bug: when fixing a bug | |
# ๐ :green_heart: when fixing the CI build | |
# โ :white_check_mark: when adding tests | |
# ๐ฎ :cop: when dealing with security | |
# โฌ๏ธ :arrow_up: when upgrading dependencies | |
# โฌ๏ธ :arrow_down: when downgrading dependencies | |
# ๐ :shirt: when removing linter warnings | |
# ๐ :+1: when improving functions | |
# โจ :sparkles: when adding partial functions | |
# ๐ :tada: when adding big functions | |
# โป๏ธ :recycle: when refactoring code | |
# ๐ฅ :fire: when removing code or files | |
# ==== 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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment