Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 396 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 396 Bytes

Contributing

  • 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 of Add foo
  • Commits should not be capitalized.
    • ex feat: add foo instead of feat: Add foo