-
Notifications
You must be signed in to change notification settings - Fork 933
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
Added headings in the client/lxd_instances.go file that were missing #11924
Conversation
Hi @ibilalkayy I wonder is it possible for you to submit multiple commits for these changes inside a single PR rather than opening lots of PR. This way we can review and test the changes in one shot. Thanks |
@tomponline Alright. I will send one PR. Thank you, for letting me know! |
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.
We need to split these changes up so that last 2 comments can be backported.
In lxd_instances.go file, I added 4 headings above the 4 functions. Should I split these comments into 4 commits? |
…ce() function Signed-off-by: Bilal Khan <[email protected]>
…tance() function Signed-off-by: Bilal Khan <[email protected]>
…ance() function Signed-off-by: Bilal Khan <[email protected]>
…tance() function Signed-off-by: Bilal Khan <[email protected]>
I now splitted 4 comments into 4 commits. |
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!
Hey there,
I just added headings in the client/lxd_instances.go file that were missing. With these headings, it will be easy to understand what these functions do.
Thank you!