Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Words for colours support when defining labels #43

Open
mariocj89 opened this issue Aug 15, 2017 · 0 comments
Open

Words for colours support when defining labels #43

mariocj89 opened this issue Aug 15, 2017 · 0 comments

Comments

@mariocj89
Copy link
Owner

At the moment writing new labels is not intuitive as it requires to write the colors using their hex code. See:

labels:
  bug:
    color: 000000
  enhancement:
    color: ff0000

Whilst some gifted minds are able to map those to common word colors normal humans prefer words like "red", "blue", etc.

This issue is to add support so the most common colors can be also specified as words. For ease of implementation, those will be also retrieved as a word at retrieve time. An option to dothub should be added in the future to deactivate this functionality.

The objective is to be able to configure the labels as:

labels:
  bug:
    color: black
  enhancement:
    color: red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant