Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 559 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 559 Bytes

Guidelines

We will review and help with all reasonable pull requests as long as the guidelines below are met.

  • The license header must be applied to all java source code files.
  • IDE or system related files should be added to the .gitignore, never committed in pull requests.
  • In general, check existing code to make sure your code matches relatively close to the code already in the project.
  • Favour prefer readability to compactness.
  • If you need help, check out the Google Java Style Guide.