mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Fixed code formatting (#1691)
This commit is contained in:
committed by
Ryan Gribble
parent
0f0a0dc2b5
commit
2495487608
@@ -3,6 +3,7 @@
|
||||
Labels are appended using the method `NewIssue.Labels.Add(x)`.
|
||||
|
||||
Example:
|
||||
|
||||
var myNewIssue = new NewIssue("Issue with dropdown menu");
|
||||
myNewIssue.Labels.Add("bug");
|
||||
|
||||
@@ -18,4 +19,4 @@ The default labels that come with every repository are:
|
||||
## A Note on Label Colors
|
||||
The official API returns colors without the leading `#` that you may expect when working with hex colors -- for example, white would return `FFFFFF`, not `#FFFFFF`.
|
||||
|
||||
If you're displaying the colors, you may need to add the `#` in order to display them properly.
|
||||
If you're displaying the colors, you may need to add the `#` in order to display them properly.
|
||||
|
||||
Reference in New Issue
Block a user