Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 966 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 966 Bytes

Contributing

Environment

To build compiled js

npm run build

To run lint

npm run lint
npm run lint:fix // clean up files per eslint config

Making Changes

Pull requests are encouraged. If you want to add a feature or fix a bug:

  1. Fork and clone the repository
  2. Create a separate branch for your changes
  3. Make your changes
  4. Write tests that validate your change and/or fix.
  5. Run npm run build
  6. Push your branch and open a PR