We love pull requests. Here's a quick guide.
1. Fork, then clone the repo:
git clone https://github.com/your-username/ip-allowed.git
Install the dependencies:
npm install
2. Add tests for your change. Make sure the tests pass:
npm test
3. Update README.md
4. Push to your fork and submit a pull request.
At this point you're waiting on us. We like to at least comment on pull requests. We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
- Write tests.
- Update README.md with change details.
- Write a good commit message.