-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
github: add specifier to github issue labels #13545
Conversation
1c9927e
to
f57dac4
Compare
[Experimental Bot, please feedback here] NuttX PR Requirements ReviewMeets Requirements? Partially Summary: The summary clearly explains the change and its purpose. However, it lacks references to related issues if any. Impact:
Testing:
Recommendations:
Overall: The PR addresses a valid need for label organization. Addressing the recommendations will ensure a smoother integration and adoption of this change. |
@raiden00pl now you also need to change the text and color of the labels. |
@simbit18 Yes, I'll start working on it once PR is merged or at least it gets some approvals |
Then we need to remember to do the same on the apps repository. :) |
f57dac4
to
eb61f13
Compare
This change adds a specifier to github lables created with "new issue": - for labels related to architecture specifier is "Arch: xxx" - for labels related to issue type specifier is "Type: xxx" - for labels related to host OS type specifier is "OS: xxx" - for labels related to issue area type specifier is "Area: xxx"
eb61f13
to
55a0a45
Compare
Summary
This change adds a specifier to github labels created with "new issue":
Impact
with this PR the labels will be more readable and they'll be displayed grouped according to the specifier.
After the PR is merged, the labels in github need to be updated accordingly (label name and color): https://github.com/apache/nuttx/labels
Related issue (doesn't solve it completely): #13522
Testing
tested on private repo and below is the result (https://github.com/raiden00pl/nuttx/issues)
I just chose random colors for the above test