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:
npm install
Make sure the tests pass:
npm test
Make your change. Add tests for your change. Make the tests pass:
npm test
Push to your fork and submit a pull request.