#Contributing to OpenNBT
If you would like to create a Pull Request for OpenNBT, please read the following guidelines.
- Every new class, field and method should include documentation in the form of JavaDocs. If a method overrides an existing method, no documentation is needed.
- Code should follow the style of existing code. Things like same line braces, and spaces over tabs. A formatter for Eclipse can be found here.
- Make sure to test your code before creating a pull request. Additional test cases are also welcomed.