Write clear, conventional commit messages that make your Git history actually useful.
ChatGPT · Coding
Write a Git commit message for the following change: **What changed:** [DESCRIBE YOUR CHANGES] **Why it changed:** [REASON / TICKET / ISSUE] **Files modified:** [LIST KEY FILES] **Breaking changes:** [YES/NO — if yes, describe] Write using Conventional Commits format (https://www.conventionalcommits.org): Format: <type>(<scope>): <description> Types: feat | fix | docs | style | refactor | test
Best use case: Developers who want readable Git histories for their team or open source projects.
By PromptPortal