Merge pull request #1055 from JakesCode/patch-3

Update labels.md
This commit is contained in:
Phil Haack
2016-01-03 13:02:54 -08:00
+16 -1
View File
@@ -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