Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 754 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 754 Bytes

How To Contribute

Installation

  • git clone https://github.com/lblod/ember-rdfa-editor-lblod-plugins
  • cd ember-rdfa-editor-lblod-plugins
  • npm install

Linting

  • npm run lint
  • npm run lint:fix

Running tests

  • npm run 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/.

Changelog

It is mandatory that every PR has an entry added to the changelog. Do this by running npx changeset and following the instructions, which will add a changelog entry to .changeset folder.