# Contributing

node-notifier love getting pull requests and other help. Here's a quick guide.

Fork, then clone the repo:

git clone https://github.com/your-username/node-notifier.git

Install dependencies:

```shell
npm install
```

Make sure the tests pass:

```shell
npm test
```

Make your change. Add tests for your change. Make the tests pass:

```shell
npm test
```

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

[pr]: https://github.com/mikaelbr/node-notifier/compare/
