Thank you for contributing! Please follow these guidelines:
- All feature branches should be created from the
master
branch. - When complete, open a pull request to merge your feature branch into
master
.
This project follows the Conventional Commits specification. Please use the following format for your commit messages:
<type>: [<scope>] <description>
Common Commit Types
- feat: A new feature
- fix: A bug fix
- chore: Maintenance tasks (build system, package manager, etc.)
- docs: Documentation changes
- style: Code style changes (formatting, missing semicolons, etc.)
- refactor: Code changes that neither fix a bug nor add a feature
- test: Adding or updating tests