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