Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 553 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (23 loc) · 553 Bytes

Contributing

Setup

git clone https://github.com/webdeveric/webpack-assets-manifest.git
cd webpack-assets-manifest
npm install

Testing

Run tests

npm test

Run tests and generate a coverage report. Please keep the code coverage at 100%.

npm run test:report

Pull requests

If you'd like to add a new feature, please create an issue first so it can be discussed.

Before forking and submitting a PR, please make sure all tests pass and the coding style is consistent.

npm test
npm run lint