Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1018 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (30 loc) · 1018 Bytes

Contributing

How to contribute

  • File issues.
  • Edit/write documentation.
  • Submit pull requests.
  • Test in different environments.
  • Raise awareness.

Summary of tools

The Following tools are getting used:

Initial setup

Instructions on setting up development environment:

  • Install node and npm - https://nodejs.org/
  • Checkout code from GitHub - you may fork the code first into your GitHub account.
  • Use npm i to install dependencies:
    $ npm i

Basic development workflow

  1. Checkout a new branch.
  2. Make code changes (src/specs)
  3. Build:
    $ npm run build
  4. To raise a PR, please follow GitHub guidelines. Raise an issue if you are unclear.