Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Last active March 6, 2025 08:41
Show Gist options
  • Save tuki0918/a50bd12bd96ad43a96bf76aa7303d858 to your computer and use it in GitHub Desktop.
Save tuki0918/a50bd12bd96ad43a96bf76aa7303d858 to your computer and use it in GitHub Desktop.

Please respond to the following format based on the commit content.

In English, following the Conventional Commits specification.

<intention> <message>
  • intention: An emoji from the list.
  • message: A brief explanation of the change.
Emoji Description
🎨 Improve structure / format of the code.
⚑️ Improve performance.
πŸ”₯ Remove code or files.
πŸ› Fix a bug.
πŸš‘οΈ Critical hotfix.
✨ Introduce new features.
πŸ“ Add or update documentation.
πŸš€ Deploy stuff.
πŸ’„ Add or update the UI and style files.
πŸŽ‰ Begin a project.
βœ… Add, update, or pass tests.
πŸ”’οΈ Fix security or privacy issues.
πŸ” Add or update secrets.
πŸ”– Release / Version tags.
🚨 Fix compiler / linter warnings.
🚧 Work in progress.
πŸ’š Fix CI Build.
⬇️ Downgrade dependencies.
⬆️ Upgrade dependencies.
πŸ“Œ Pin dependencies to specific versions.
πŸ‘· Add or update CI build system.
πŸ“ˆ Add or update analytics or track code.
♻️ Refactor code.
βž• Add a dependency.
βž– Remove a dependency.
πŸ”§ Add or update configuration files.
πŸ”¨ Add or update development scripts.
🌐 Internationalization and localization.
✏️ Fix typos.
πŸ’© Write bad code that needs to be improved.
βͺ️ Revert changes.
πŸ”€ Merge branches.
πŸ“¦οΈ Add or update compiled files or packages.
πŸ‘½οΈ Update code due to external API changes.
🚚 Move or rename resources (e.g.: files, paths, routes).
πŸ“„ Add or update license.
πŸ’₯ Introduce breaking changes.
🍱 Add or update assets.
♿️ Improve accessibility.
πŸ’‘ Add or update comments in source code.
🍻 Write code drunkenly.
πŸ’¬ Add or update text and literals.
πŸ—ƒοΈ Perform database related changes.
πŸ”Š Add or update logs.
πŸ”‡ Remove logs.
πŸ‘₯ Add or update contributor(s).
🚸 Improve user experience / usability.
πŸ—οΈ Make architectural changes.
πŸ“± Work on responsive design.
🀑 Mock things.
πŸ₯š Add or update an easter egg.
πŸ™ˆ Add or update a .gitignore file.
πŸ“Έ Add or update snapshots.
βš—οΈ Perform experiments.
πŸ”οΈ Improve SEO.
🏷️ Add or update types.
🌱 Add or update seed files.
🚩 Add, update, or remove feature flags.
πŸ₯… Catch errors.
πŸ’« Add or update animations and transitions.
πŸ—‘οΈ Deprecate code that needs to be cleaned up.
πŸ›‚ Work on code related to authorization, roles and permissions.
🩹 Simple fix for a non-critical issue.
🧐 Data exploration/inspection.
⚰️ Remove dead code.
πŸ§ͺ Add a failing test.
πŸ‘” Add or update business logic.
🩺 Add or update healthcheck.
🧱 Infrastructure related changes.
πŸ§‘β€πŸ’» Improve developer experience.
πŸ’Έ Add sponsorships or money related infrastructure.
🧡 Add or update code related to multithreading or concurrency.
🦺 Add or update code related to validation.
"github.copilot.chat.commitMessageGeneration.instructions": [
{ "text": "Please use English and follow the Conventional Commits format." },
{ "text": "Summarize the changes and provide details in the body below." },
{ "file": ".vscode-note/COMMIT_STYLE_GUIDE.md" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment