- Code should follow the Google Java Style Guide.
- Commit messages should conform to Conventional Commits.
- Commits should be well-scoped.
- ex:
feat: add foo
instead ofAdd foo
- ex:
- Commits should not be capitalized.
- ex
feat: add foo
instead offeat: Add foo
- ex