Our code style is whatever IntelliJ IDEA does by default, with the exception of allowing lines up to 130 characters. If you don't use IDEA, that's ok, but your code may get reformatted.
This workflow allows you to easily create your own copy of viewzoo, try out some changes, and then share your changes back to be merged, with feedback from other contributors.
- Create a fork of robfromboulder/viewzoo
- Create a feature branch
- Build and test local changes
- Commit changes to your feature branch
- Open a pull request
- Participate in code review
- Celebrate your accomplishment
mvn versions:display-dependency-updates