-
Notifications
You must be signed in to change notification settings - Fork 22
Renamed LayoutPrinter
to LayoutInfo
#81
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
c25c59a
to
66779cb
Compare
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.
Please squash the commits, and push one pull request.
723bfe0
to
e29296b
Compare
Squashed. |
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.
Look at the changes more carefully, It looks like you have done a sed search and replace, need to be bit more careful.
Got it, going through the changes to make sure all makes sense. |
@MSMazaya Can you please update the commit message to use imperative tone in the commit title to stay consistent with good commit-message git conventions? This might be helpful: https://cbea.ms/git-commit/ |
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.
Looks good to me, apart from one minor nitpick comment.
c97357c
to
b13bbc5
Compare
dbc0d66
to
ee43dbb
Compare
Update `LayoutPrinter` class name to `LayoutInfo` to better reflect their current usage and purpose. Closes qualcomm#76 Signed-off-by: Muhammad Sulthan Mazaya <msulthanmazaya@gmail.com>
Thanks for the patch @MSMazaya Continue to contribute and let us know what you want to work on next ? |
Happy to contribute @quic-seaswara. I will work on #72 next if that sounds good. |
Renamed all
LayoutPrinter
related class toLayoutInfo
to better match the class usage.Closes #76