Add docs snippet for label coloring (#1530)

* Update label docs to reflect color information

Resolves #790

* Clarify doc language

Because I couldn't just have a one-commit PR. No, that'd be too easy.

* Futher clarification

I guess we might as well make it right.
This commit is contained in:
Sean Killeen
2017-01-09 16:11:11 -05:00
committed by Ryan Gribble
parent cf0edddc30
commit 3a1070feca
+5
View File
@@ -14,3 +14,8 @@ The default labels that come with every repository are:
- invalid
- question
- wontfix
## 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.