-
Notifications
You must be signed in to change notification settings - Fork 13
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
chore(cmd): change table label #272
chore(cmd): change table label #272
Conversation
Coffee has the best documentation that I ever written, please read the commit style https://coffee-docs.netlify.app/contributing-to-coffee |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing is hard in coding, and it is naming things 😄
After that ping me and we merge the PR
@@ -97,7 +97,7 @@ pub fn show_nurse_verify(nurse_verify: &ChainOfResponsibilityStatus) -> Result<( | |||
table.push([ | |||
term::format::dim(String::from("●")), | |||
term::format::bold(String::from("Defects")), | |||
term::format::bold(String::from("Affected repositories")), | |||
term::format::bold(String::from("Action")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
term::format::bold(String::from("Action")), | |
term::format::bold(String::from("Affected")), |
thanks @tareknaser for the suggestion
Thank you @vincenzopalazzo for sharing the link. Recent commits are following the style guide now. |
This PR addresses @tareknaser and @vincenzopalazzo suggestion in #239 (comment)
Closes #268