Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 881 Bytes

File metadata and controls

31 lines (20 loc) · 881 Bytes

Contributing to DNSimple/C#

Getting Started

Clone the repository and move into it:

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

Install the .NET Core SDK from https://dotnet.microsoft.com/download/. You can use any of the following methods:

Changelog

We follow the Common Changelog format for changelog entries.

Testing

Submit unit tests for your changes. You can test your changes on your machine by running:

dotnet test

When you submit a PR, tests will also be run on the continuous integration environment via GitHub Actions.