From 6d2fa862858dafdea29fc2e4a3dc39c3dbb17f2e Mon Sep 17 00:00:00 2001 From: Lasse Flygenring-Harrsen Date: Thu, 9 Jul 2020 00:42:03 +0200 Subject: Import Upstream version 0.7.1 --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..2ea8a0b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,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. -- cgit v1.2.3