Skip to content
Kirill Evstigneev edited this page Apr 28, 2015 · 2 revisions

Contribution guideline

Coding style:

  • Consistent formatting and layout of the source code.
  • JavaDocs for all public and protected methods and fields. For private - when it's worth it.
  • Unit tests cover most of the intrface.
  • No hard-coded addresses or credentials.

Documentation:

  • User documentation in the root README.md file.
  • User documentation is enough to install and configure the plugin without prior knowledge in the plugin.

Legal:

  • Source code files contains copyright and license headers.
Clone this wiki locally