Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 742 Bytes

Contributing to viewzoo

Coding Conventions

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.

GitHub Workflow

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.

  1. Create a fork of robfromboulder/viewzoo
  2. Create a feature branch
  3. Build and test local changes
  4. Commit changes to your feature branch
  5. Open a pull request
  6. Participate in code review
  7. Celebrate your accomplishment

Applying Security Updates

mvn versions:display-dependency-updates