This project follows the Conventional Commits specification.
type(scope): subject
body
footer
feat: A new featurefix: A bug fixdocs: Documentation changesstyle: Code style changes (formatting, missing semi-colons, etc.)refactor: Code refactoringperf: Performance improvementstest: Adding or updating testsbuild: Changes to build system or dependenciesci: Changes to CI configurationchore: Other changes that don't modify src or test files
docs(readme): add installation instructions
feat(auth): implement JWT authentication
fix(api): resolve null pointer exception in user endpoint
All commits are validated using commitlint with the conventional config.
See commitlint.config.js for configuration details.