Clone the repository and move into it:
git clone git@github.com:dnsimple/dnsimple-ruby.git
cd dnsimple-rubyInstall the dependencies using Bundler:
bundleRun the test suite to check everything works as expected.
To run the test suite:
rakeSubmit unit tests for your changes. You can test your changes on your machine by running the test suite.
When you submit a PR, tests will also be run on the continuous integration environment via GitHub Actions.
We follow the Common Changelog format for changelog entries.