Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 818 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (18 loc) · 818 Bytes

Contributing

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: