Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 936 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (23 loc) · 936 Bytes

How to contribute

Table of contents

Requirements

To contribute to the development it is necessary to install:

Getting Started

Fork the repository to your account. Clone the repository on your machine, checkout to dev and start development.

Rules

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.

And finely

All help is welcome, developing, opening issues, commenting or criticizing and using.

Thanks 🧙