## Contributing in webpack-plugin-ramdisk We 💛 contributions! The rules for contributing to this org are few: 1. Don't be a jerk 1. Search issues before opening a new one 1. Lint and run tests locally before submitting a PR 1. Adhere to the code style the org has chosen ## Before Committing 1. Use at least Node.js v10.11.0 or higher. [NVM](https://github.com/creationix/nvm) can be handy for switching between Node versions. 1. Lint your changes via `npm run lint`. Fix any errors and warnings before committing. 1. Test your changes via `npm run test`. Only Pull Requests with passing tests will be accepted.