# ======== Emoji Prefix ======== # 🎉 :tada: Initial commit. # ✨ :sparkles: New features. # 🔧 :wrench: Changing configuration files. # 💄 :lipstick: Updating the UI and style files. # ✏ :pencil2: Fixing typos. # 📝 :memo: Writing docs. # 🔥 :fire: Removing code or files. # 🐛 :bug: Fixing a bug. # ♻ :recycle: Refactoring code. # 🚨 :rotating_light: Removing linter warnings. # 🚧 :construction: Work in progress. # ==== 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/ # for http://memo.goodpatch.co/2016/07/beautiful-commits-with-emojis/