Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 336 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 336 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd my-addon
  • npm install

Linting

  • yarn run lint:js
  • yarn run lint:js -- --fix

Running tests

  • yarn run test – Runs the test suite using mocha

For more information on using ember-cli, visit https://ember-cli.com/.