Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 809 Bytes

CONTRIBUTING.md

File metadata and controls

50 lines (32 loc) · 809 Bytes

Contributing

Step

2. Clone your fork project to the local

git clone https://github.com/{your-github-name}/log-filesize-webpack-plugin.git

3. Install deps

cd log-filesize-webpack-plugin
yarn install

4. Make changes, if your changes include methods or functions, please remember to modify the README

5. Compile

yarn build

6. Test

unitTest:

yarn test

or use you local project to test:

yarn link

cd {your-test-target-project}
yarn link @jsany/log-filesize-webpack-plugin
# then webpack build use log-filesize-webpack-plugin

7. Push your local repository to GitHub

8. Submit pull request

9. Wait for the administrator to process