Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 605 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 605 Bytes

Contributing to JHelioviewer

First off, thanks for taking the time to contribute!

How can you contribute?

  • reporting bugs
  • suggesting enhancements
  • promoting Helioviewer
  • contributing code

JHelioviewer is copyrighted by the European Space Agency and is licensed under Mozilla Public License 2.0.

Code Styleguide

  1. Code should be formatted in K&R style. Default formatting rules of IntelliJ Idea are OK.
  2. No tabular characters allowed.
  3. Indentation level has to be set to 4 space characters.
  4. No DOS end of lines, new line at the end of the file.
  5. No codepage characters, only UTF-8.