Skip to content

Instantly share code, notes, and snippets.

@nownabe
Last active January 24, 2018 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nownabe/5cb68c76ec3632e8f92771da24f5248b to your computer and use it in GitHub Desktop.
Save nownabe/5cb68c76ec3632e8f92771da24f5248b to your computer and use it in GitHub Desktop.
Emoji Commit Prefix
# ==== Emojis ====
# ๐ŸŒŸ :sparkles: Adds a new feature or updates an existing feature
# ๐Ÿ› :bug: Fixes a bug
# โšก :zap: Improves performance of a feature
# ๐Ÿ”’ :lock: Fixes a security issue
# ๐Ÿšฟ :shower: Refactors an existing feature
# ๐Ÿ‘• :tshirt: Fixes a code style violation
# ๐Ÿ”ฅ :fire: Deletes useless features, codes or files
# ๐Ÿ“ :pencil: Adds or updates a documentation
# ๐Ÿ‘ฎ :cop: Adds missing tests or correcs existing tests
# ๐Ÿ†™ :up: Updates dependencies
# ๐Ÿ”ˆ :speaker: Adds a logging or an error reporting
# ๐Ÿ”‡ :mute: Removes a logging or an error reporting
# ๐Ÿ”ง :wrench: Configures application
# ๐Ÿญ :factory: Adds or updates CI features, automations or any project basements
# ๐Ÿ‘๐Ÿป :+1: Bump up version
# ๐ŸŒฑ :seedling: First commit
# ๐Ÿต :tea: Take a break
# ๐Ÿฃ :sushi: Give me sushi
# ==== 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