summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: 2ea8a0b44499504f5d280243a74c13e0f48884f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 follw this simple process:

1. Before any pull request is submitted a github issue must be created for the task.
2. The new github task is to be opened for suggestions from other contributors.
3. A pull request is published.
4. Contributors code review pull request and approve/reject pull request.
5. Pull request either gets approved or rejected.
5. Github task is updated and everyone is notified.

# 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.