-
Notifications
You must be signed in to change notification settings - Fork 16
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:
- Fork the repository in your account
- 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
- Work in this new branch
Please make sure you add useful commit messages that follow simple guidelines as shown in this page
- Please try to add Tests
- Merge back to
develop
- Create a Pull Request