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.