Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 488 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 488 Bytes

How To Contribute

Installation

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

Linting

  • pnpm run lint
  • pnpm run lint:fix

Running tests

  • pnpm test – Runs the test suite on the current Ember version

Running the test application

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