Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 658 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 658 Bytes

How to Contribute to Cocktail

Thanks for showing an interest in contributing to Cocktail. Before you begin, please note a few things.

  • We try to follow Conventional Commits for our commit messages.
  • Most changes should be done via pull requests.
  • Make sure to format your code before committing to prevent double committing.
  • Kotlin has great Java interoperability, and IntelliJ IDEA does provide a way to convert Java to Kotlin. However, it's not recommended to commit Java to the repository because the conversion will sometimes add unnecessary safeties.