-
Notifications
You must be signed in to change notification settings - Fork 308
fix(fabric-interop-cc): fix function name in comment #3937
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
Conversation
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.
Thanks! I've left a comment in code.
Also, please update the commit/PR message to fix(fabric-interop-cc): fix function name in comment - we use parentheses to specify component that is being changed, and it's more of a fix than a chore work.
And, if possible, try to include short description of the changes in the commit message.
weaver/core/network/fabric-interop-cc/contracts/interop/manage_assets.go
Outdated
Show resolved
Hide resolved
Signed-off-by: findmyhappy <[email protected]>
|
Please review again. |
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.
LGTM, thanks!
My pleasure. |
|
Hi @findmyhappy , thanks for the PR, but one question, Is there a need for these changes? I don't see how existing comment is a problem. |
Thank you for your response. I noticed that the first word in the comments of the two methods was inconsistent with the method names, which led me to make modifications. The other maintainer also gave me additional suggestions. You are more familiar with this, and I am willing to listen to and respect your advice. Thanks again. |
Yeah you are right function name is inconsistent. Can you add correct the function name in the comment description, just to be consistent with comments at other places. |
|
@outSH @sandeepnRES are we good to merge this? |
|
@RafaelAPB Fine by me, but approval from Sandeep is more important here :) |
I wanted this to be addressed before merging. |
|
@findmyhappy Closing this PR, as it has merge commit and thus can not be merged, and it seems you are busy. So please create a fresh PR (when you are back) where there is only one commit and please address my comment above. |
@sandeepnRES Sorry for coming late to handle this. I have been busy with school evaluations for the past two months.😂 Please review again. #4052 |
Pull Request Requirements
upstream/mainbranch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-sflag when usinggit commitcommand. You may refer to this link for more information.Character Limit
A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.
fix function name in comment