Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 754 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 754 Bytes

Contributing

  • Please create a bug report or feature request on the issue section.
  • Discuss your issue and get the high level design approved from one of the code owners.
  • Please read the Code of Conduct before contributing to this project.
  • Please link your issues to corresponding Pull Requests, especially for larger changes.
  • All code changes should have a new/edited test!

Formatting

Please import and use either the provided Eclipse Java style guide or the IntelliJ Java style guide into your project.

  • (IntelliJ) Preferences -> Code Style -> Click gear -> Import
  • (Eclipse) Preferences -> Java -> Code Style -> Formatter -> Import