Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 606 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 606 Bytes

Reporting issues

You can create issues here

With documentation

You can improve README.md file or examples and send me a pullrequest.

Coding

You can fork this project and after make the changes create a pull request.

Note, there are some rules described in file .eslintrc.js:

  • End of file should be CF ( unix )
  • Identation should be with four spaces ( not tabs )
  • Use double quotes, don't single quotes
  • Aways use semicolons at the end of lines

All these rules are to facilitate the merge process avoiding conflicts.