From 5bdf52adb6e7ddb3b274755ded1c88103d9f7fdd Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 18 May 2018 08:35:21 +0200 Subject: [PATCH] Testing marking the branch as a PR 3 Does it work now? --- PullRequestSandbox/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PullRequestSandbox/Program.cs b/PullRequestSandbox/Program.cs index 028ff6c..9e19a23 100644 --- a/PullRequestSandbox/Program.cs +++ b/PullRequestSandbox/Program.cs @@ -10,7 +10,8 @@ class Program { static void Main(string[] args) { - /// yepyep + /// Testing marking the branch as a PR. + /// Does it work now? } } }