Clone the repository and move into it:
git clone git@github.com:dnsimple/dnsimple-csharp.git
cd dnsimple-csharpInstall the .NET Core SDK from https://dotnet.microsoft.com/download/. You can use any of the following methods:
- Installers
- Binaries
- Scripts
- Visual Studio
We follow the Common Changelog format for changelog entries.
Submit unit tests for your changes. You can test your changes on your machine by running:
dotnet testWhen you submit a PR, tests will also be run on the continuous integration environment via GitHub Actions.