Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 490 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 490 Bytes

Contributing

Setup

git clone https://github.com/webdeveric/webpack-assets-manifest.git
cd webpack-assets-manifest
corepack enable
pnpm install --frozen-lockfile

Testing

Run tests

pnpm test

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

pnpm test:report

Pull requests

Pull requests are welcome. If you want to add a large feature or breaking change, please open an issue first so it can be discussed.