Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 569 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 569 Bytes

Contributing

Pull Requests

It will be nice if you want to contribute new codes or improve existing ones. If you would like to add functionality, please submit an issue before start coding.

Please do the following:

  • Follow the existing styles (we have an .editorconfig file)

Development

  1. run npm install
  2. run npm start
  3. Make a coffee :)
  4. write your code in ES6
  5. push your changes
  6. create a PR with a link to the original issue

That's it! Thank you for your contribution!