Last active
May 30, 2022 11:47
-
-
Save mfks17/a2332594d4a7646e6bfa12fd66e33a6f 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
[branchname] | |
# ==== Emojis ==== | |
# โ๏ธ :pencil2: Writing docs | |
# ๐ :bug: Fix bugs | |
# ๐ :+1: Feature improvements | |
# โจ :sparkles: Additional partial feature | |
# ๐ :tada: Grand major features added to celebrate | |
# โป๏ธ :recycle :Refactoring | |
# ๐ฟ :shower: Removal of obsolete functions or features. | |
# ๐ :green_heart: Modification and improvement of testing and CI | |
# ๐ :shirt: Fixing of errors found by Lint. | |
# ๐ :rocket: Performance improvement | |
# ๐ :up: Updates, such as dependent package | |
# ๐ :lock: Limit of the range of new features | |
# ๐ฎ :cop: Security-related improvements | |
# ==== Format ==== | |
# :emoji: Subject #issue No. | |
# | |
# 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/ | |
# for http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment