To contribute to the development it is necessary to install:
Fork the repository to your account. Clone the repository on your machine, checkout to dev
and start development.
Always make changes on the dev
branch. And make the pull requests to dev
.
Avoid using external dependencies.
Follow the naming and groups described in the API documentation
Try put on front of commit the action that was made on code. Like
- For add use : ADD method foo to List
- For fix use : FIX name of method foo
and so on.
All help is welcome, developing, opening issues, commenting or criticizing and using.
Thanks 🧙