Skip to content

Commit 159db75

Browse files
committed
Method Comment
1 parent 8f62ed5 commit 159db75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Git.hub/Repository.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ public PullRequest CreatePullRequest(string headBranch, string baseBranch, strin
157157
return pullrequest;
158158
}
159159

160+
/// <summary>
161+
/// Creates a new issue
162+
/// </summary>
163+
/// <param name="title">title</param>
164+
/// <param name="body">body</param>
165+
/// <returns>the issue if successful, null otherwise</returns>
160166
public Issue CreateIssue(string title, string body)
161167
{
162168
var request = new RestRequest("/repos/{owner}/{repo}/issues");

0 commit comments

Comments
 (0)