diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..247fa25 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,8 @@ +image: gitpod/workspace-dotnet +tasks: + - name: Install Dependencies + init: dotnet restore + +vscode: + extensions: + - muhammad-sammy.csharp diff --git a/README.md b/README.md index aa5b94c..aed93a7 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,10 @@ Because `changelogAll` is true and the _fix_ section is hidden, fix commits will ## Developing +Want to do a PR and not care about setting up your development environment? + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/versionize/versionize) + To get prettier test outputs run `dotnet test` with prettier test logger ```bash