Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 600 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (5 loc) · 600 Bytes

#Contributing to OpenNBT

If you would like to create a Pull Request for OpenNBT, please read the following guidelines.

  1. 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.
  2. 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.
  3. Make sure to test your code before creating a pull request. Additional test cases are also welcomed.