[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