Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 573 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 573 Bytes

#Contributing

##No Dead Code

  • Don't add it unless it's being used.
  • Boil it down to the simplest strategy.

##Java Format

  • 4 spaces for indent blocks.
  • 4 spaces after line wraps.
  • 120 chats line length.

###Class & Interface Brackets

  • No new line after first curly bracket.
  • No new line before last curly bracket.

##Modify

  • To modify fork, modify, and then pull against our master.

##Project

  • Be sure the project will run before adding it.
  • If the project needs bootstrapping to run please provide the notes.
  • Deploy and test archetype after modifications