#Contributing

If you have a feature-request, bugfix or something else to contribute to the package, feel free to open a pull-request.

## Getting Started

Fork, then clone the repo:

    git clone git@github.com/wildpixeldesign/modernizr-svg-transforms.git

Set up your machine:

    npm install

Make sure the tests pass:

    npm run test

Make your change.

Push to your fork and [submit a pull request][pr].

[pr]: https://github.com/wildpixeldesign/modernizr-svg-transforms/compare

I'll do my best to look at your pr within three business days (usually, sooner).

Some things that will increase the chance that your pull request is accepted:

* Ensure the linting tests pass.
* Write a [good commit message][commit].
