Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 749 Bytes

File metadata and controls

34 lines (21 loc) · 749 Bytes

Contributing to DNSimple/Ruby

Getting started

Clone the repository and move into it:

git clone git@github.com:dnsimple/dnsimple-ruby.git
cd dnsimple-ruby

Install the dependencies using Bundler:

bundle

Run the test suite to check everything works as expected.

Testing

To run the test suite:

rake

Submit 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.

Changelog

We follow the Common Changelog format for changelog entries.