Sha256: 5be622456ccbad27ac05de2273c1604d2db0fcd69ee6a1c310dc678c6ea0423c
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
# Contributing We love pull requests from everyone. By participating in this project, you agree to abide by the contribution [code of conduct](http://contributor-covenant.org/version/1/2/0/). ## Workflow Fork, then clone the repo: $ git clone git@github.com:your-username/whois.git Set up your machine: $ bundle Make sure the tests pass: $ bundle exec rake To propose a change/feature/patch, create your feature branch: $ git checkout -b my-new-feature Make your change. Add tests for your change. Make the tests pass: $ bundle exec rake Commit your changes: $ git commit -am 'Add some feature' Push to your fork and [submit a pull request](https://github.com/weppos/whois/compare/). ## Tests To increase the chance that your pull request is accepted please **make sure to write tests**. Changes without corresponding tests will likely not be included as they will produce fragile code that can easily break whenever the registry changes the response format. Some examples: [84dbdde320f31c20184bcfe5e544e8fd3cd32862](https://github.com/weppos/whois/commit/84dbdde320f31c20184bcfe5e544e8fd3cd32862), [3b6688b95e6fadcf720cc777ef4bbd2cd644e62b](https://github.com/weppos/whois/commit/3b6688b95e6fadcf720cc777ef4bbd2cd644e62b)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whois-3.6.5 | CONTRIBUTING.md |
whois-3.6.4 | CONTRIBUTING.md |