Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 694 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 694 Bytes

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

Pull Requests

Please make sure you follow these points:

  • Use the dev branch to commit your pull requests.
  • Do not edit files in dist/ directory
  • If the pull request is related with an issue, please name the issue number in the comments (eg: #16)
  • Please prefer clarity over brevity in all cases (variable names, conditions, functions...)
  • Describe the problem in the Pull Request description (of course you would do it, why do I mention that?)

Thank you for your commitment!

Happy coding!