Skip to content

Instantly share code, notes, and snippets.

@mfks17
Last active May 30, 2022 11:47
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfks17/a2332594d4a7646e6bfa12fd66e33a6f to your computer and use it in GitHub Desktop.
Save mfks17/a2332594d4a7646e6bfa12fd66e33a6f to your computer and use it in GitHub Desktop.
[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