MaximRouiller - Overview (original) (raw)

In C#, create a fork, sync its maste... In C#, create a fork, sync its master with an upstream , create a branch, commit a file, then finally create a PR on the upstream

1

string githubToken = Environment.GetEnvironmentVariable("GitHubKey", EnvironmentVariableTarget.Process);

2

3

const string owner = "dotnet";

4

string user = "WhatsNewBot";

5

string repo = "docs";