Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 823 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 823 Bytes

How to contribute

Thank you for wanting to contribute to this project. In order to get the development of this project to run as smooth as possible, we will encourage all contributions to follow this simple process:

  1. Before any pull request is submitted a Github issue must be created for the task
  2. Create a fork on Github and work on a new branch there, and take suggestions from other contributors
  3. Make the pull request (code should mention "Fixes issue #XYZ" or similar)
  4. Contributors review the pull request and may request changes
  5. The pull request either gets approved or rejected
  6. The Github issue is closed automatically

Coding conventions

  • 4 spaces for indents
  • curly braces on same line as if, while, for statements

Generally please try to keep the style consistent with the code as it is.