Update labels.md

This commit is contained in:
Jake's Code
2016-01-01 20:24:56 +00:00
parent d15f677fd3
commit 90c34140f1
+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