I love pull requests. And following this guidelines will make your pull request easier to merge.
- Install dependencies:
yarn
.
- Clone this repository into ~/dotfiles/mrm/webpack/
- Create a new branch
- Create a sandbox directory to test
cd
into the sandbox directory and runmrm webpack
- Make changes to the mrm task
- Wipe the sandbox directory and run
mrm webpack
- See your changes
- I'm using Prettier to format code, so don’t worry much about code formatting.
- Don’t commit generated files, like minified JavaScript.
- Don’t change version number and changelog.
If you want to contribute but have any questions, concerns or doubts, feel free to ping maintainers. Ideally create a pull request with WIP
(Work in progress) in its title and ask questions in the pull request description.