#Contributing to Extremely Simple Storage
If you would like to create a pull request for Extremely Simple Storage, please read the following guidelines.
- Every class, field and method should include documentation in the form of JavaDocs. If a method overrides an existing method no documentation is needed.
- 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.
- Make sure to actually test your code before hand! Additional test cases are also welcomed.