Skip to content

CONTRIBUTING

szuev edited this page Nov 29, 2019 · 1 revision

ONT API : Contributing

Any contributions are welcome!

This includes any feedback and suggestions for improving the code and functionality. If you want to commit some bug-fix or new feature, it would be nice to have a description of the upcoming changes as an issue.

The commit must complete the following obvious rules:

  • Industry standard Java Coding style. See, for example, Java Code Conventions - Oracle
  • Reasonable formatting. An Intellij Idea default format style with optimized imports is good enough.
  • JavaDocs. Any public method must have a good description.
  • Tests. Any functionality must be covered.
Clone this wiki locally