- Fork
- Create feature branch
git checkout -b new_feature
- Import as existing project into eclipse
- Regard the coding guidlines
- Create pull request at raeffu/prog2-project
- Indent: 2 spaces
- Javadoc for classes and methods
- CamelCase naming
- { on same line, } on next line