Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 484 Bytes

CONTRIBUTE.md

File metadata and controls

29 lines (18 loc) · 484 Bytes

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:

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.