## Issues Make issues to report problems or request new features. Try to follow the [issue template](https://github.com/Longi94/JavaSteam/blob/master/ISSUE_TEMPLATE.md). ## Pull requests Make pull requests against the `development` branch. Try to follow the [pull request template](https://github.com/Longi94/JavaSteam/blob/master/PULL_REQUEST_TEMPLATE.md). ## Style Most of the time reformatting the code in IntelliJ with default settings will suffice (CTRL + ALT + L) - Use 4 spaces for indenation - Curly brackets do not start in a new line - Break a statement into multiple lines if it's too long (120 char width) - Try to include javadoc where applicable - You can use the existing codebase as a style guide - Kotlin classes use Tab, Indent, and Continuation at 4