πŸ“ Commit Message Generator

Generate conventional commit messages

 

Conventional Commits Format

type(scope): description

[body]

[footer]

Examples:

  • feat(auth): add OAuth2 login
  • fix(api): resolve null pointer exception
  • docs: update README with installation steps