Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 639 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 639 Bytes

#Contributing to Extremely Simple Storage

If you would like to create a pull request for Extremely Simple Storage, please read the following guidelines.

  1. Every class, field and method should include documentation in the form of JavaDocs. If a method overrides an existing method no documentation is needed.
  2. New code and modifications should fall in line with the existing code. Things like same line braces, spaces over tabs and so forth. Formatters can be found here.
  3. Make sure to actually test your code before hand! Additional test cases are also welcomed.