Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 957 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 957 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-prismic-dom
  • pnpm install

Conventional Commits

This repository enforces conventional commits through Git hooks and commitlint. Thus, your commits must follow the Conventional Commits spec and @commitlint/config-conventional rules.

Linting

  • pnpm lint
  • pnpm lint:fix

Building the addon

  • cd ember-prismic-dom
  • pnpm build

Running tests

  • cd test-app
  • 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/.