mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-30 18:01:14 +00:00
Update labels.md
This commit is contained in:
+16
-1
@@ -1 +1,16 @@
|
||||
# Working with Issue Labels
|
||||
# Working with Issue Labels
|
||||
|
||||
Labels are appended using the method `NewIssue.Labels.Add(x)`.
|
||||
|
||||
Example:
|
||||
var myNewIssue = new NewIssue("Issue with dropdown menu");
|
||||
myNewIssue.Labels.Add("bug");
|
||||
|
||||
The default labels that come with every repository are:
|
||||
- bug
|
||||
- duplicate
|
||||
- enhancement
|
||||
- help wanted
|
||||
- invalid
|
||||
- question
|
||||
- wontfix
|
||||
|
||||
Reference in New Issue
Block a user