From c411d9153372f57787c83ffad25201556068bede Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Mon, 9 Jan 2017 10:52:40 -0500 Subject: [PATCH] Update label docs to reflect color information Resolves #790 --- docs/labels.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/labels.md b/docs/labels.md index 63cc8cb185..b3afed4a6d 100644 --- a/docs/labels.md +++ b/docs/labels.md @@ -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 translating these directly the colors, you may need to modify them to add the `#` in order to display them properly. \ No newline at end of file