Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 761 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 761 Bytes

Contribution guidelines

If you want to make a contribution to this repository, just go ahead, clone this repository (see INSTALL.md for instructions) and make the changes you'd like to do.

When you want us to include your changes, you're welcome to open a pull request. We'll review it, give you feedback on it and if we like your changes, we'll apply them.

License

All contributions to this repository are licensed under the GNU General Public License v2 or later.

Code formatting

The following format of source code files is preferred in this repository:

  • Indentation with 2 spaces per indentation level
  • one newline at the end of the file
  • where possible don't make lines longer than 120 characters
  • avoid trailing whitespace