Skip to content

Developing Code

John Kouraklis edited this page Jan 25, 2019 · 2 revisions

You are very welcome to contribute to the project by inspecting, reviewing and developing the code

In order to keep things manageable, clean and neat, please use the following steps:

  1. Fork the repository in your account
  2. Create a new and fresh branch of the develop branch in this repo

Now you are ready to work on the code

You may wish to familiarise yourself with the Technical Documents

  1. Work in this new branch

Please make sure you add useful commit messages that follow simple guidelines as shown in this page

  1. Please try to add Tests
  2. Merge back to develop
  3. Create a Pull Request