# Contributing

## Add a new feature
1. Fork the repo (<https://github.com/nebrelbug/rollup-plugin-closure-compile/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. If you changed any JavaScript, run `yarn build` and `yarn test` and `yarn format`
5. Push to the branch (`git push origin feature/fooBar`)
6. Create a new Pull Request

## Found an issue?
Create an issue
