Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 929 Bytes

contributing.md

File metadata and controls

25 lines (16 loc) · 929 Bytes

How to contribute

We're really glad you're reading this, because we need your help to improve this project.

Testing

We're currently working on our continuous integration deployment, so we need you to make sure you implement tests on your code if you decide to take part of the adventure.

Submitting changes

Please send a GitHub Pull Request with a clear list of what you've done.
Make sure all of your commits are atomic (one feature per commit).
Always write a clear log message for your commits.

Of course, every pull request acceptation will add you to our contributors list. Please don't forger to leave us a feedback on Twitter @OktyApp sharing your experience with Okty.

Coding conventions

Start reading our code and you'll get the hang of it. In case of a doubt, refer to angular recommendations.

Thanks, From Samuel, Laurent, Maxime, Jordan and Adrien