Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 782 Bytes

CONTRIBUTING.md

File metadata and controls

50 lines (32 loc) · 782 Bytes

Issues

If you find any issues or have any feature requests, please file them in the issue tracker.

If you are filing issues, please provide the version of gauge core and gauge-js plugin that you have installed. You can find it by doing:

$ gauge -v

Develop

Download

$ git clone git://github.com/getgauge-contrib/gauge-js --recursive

Setup:

Install npm dependencies:

$ npm install

Run tests:

$ npm test

Create package

$ npm run package

Installing from source

$ npm run installPlugin

Code Style

  • Indent: 2 spaces
  • Line ending: LF