If you want to add a feature of your own, help in a feature in-progress/to-do feature, fix a bug or whatever this is the process to do it. All code is under MIT License for distribution.
In Github we have two repositories
Frontend:
Backend:
You can make a fork of either those two to check all the code and make changes.
We will ask you to have a clean code and to follow the practices of the project.
In order to work on a feature you should create a branch with an explicit name. This following the To Do List we have or if you want to you can suggest a new feature.
You can send your Pull Request to dev branch for revision. In the Pull Request you must specify the things you added or changed. You can use this general form to inform the changes. Also tag some revisors to accelerate a little the process. For more information read here.
### Title of the feature
Description of the feature.
What does it do?
Why is it important?
What did you use?
That kind of stuff
Explanation of the feature, how to use it.
## OPTIONAL
Tests added
Commands to tests
Images to show something
We'll check your changes and ask you for changes in the same or approve them and proceed to the merge. You also be added in the Read Me with your contributions