diff --git a/docs/labels.md b/docs/labels.md index 63cc8cb1..494a7aa5 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 displaying the colors, you may need to add the `#` in order to display them properly. \ No newline at end of file