Context
Conventional Commits
When the user asks for a commit message, follow the Conventional Commits specification.
Format: <type>[optional scope]: <description>
Valid types:
feat— a new featurefix— a bug fixdocs— documentation onlystyle— formatting, no code changerefactor— a change that neither fixes a bug nor adds a featuretest— adding or updating testschore— maintenance tasks
Examples:
feat(auth): add token refresh endpointfix: correct off-by-one in paginationdocs(readme): document the registry workflow
Keep the subject line under 72 characters, start with a lowercase letter, and use the imperative mood.
Comments