Update first_steps.md
The current documentation seems to imply that we are updating snap. I just had to specify that its the lxd snap we're updating to avoid confusion
Also can you please sign Canonical's CLA?
Heads up @mionaalex - the "Documentation" label was applied to this issue.
Thanks; can you also rebase the PR into one commit and use the commit title convention that's described here?
git rebase -i main should be all you need to then mark the last commit (capitalize LXD) for fixup. This will "merge" or "fuse" the 2 commits into one.
After that, you should be able to push with force: git push -f
Hi @minaelee please could you assist with either getting this contribution ready to be merged, or potentially make the change yourself (whilst maintaining attribution to @Alwoch ) and we can close this? Thanks
@Alwoch Thanks for your contribution! I see that it's your first contribution to Canonical, and I'd love to help you get it ready for merge.
Here are detailed instructions to rebase as well as to update the commit message:
- In a terminal, in a local clone of your fork of the lxd repository, switch to your PR branch (
patch-1). (Note: if you used the GH web interface to make your commits and PR instead of a local clone, you'll need to clone your forked repository locally, checkout/switch to the PR branch there (git switch -c patch-1 origin/patch-1), then sync withgit pull origin patch-1before you rebase.) - Then run
git rebase -i mainin your terminal. This will open the text editor set for git, or the default system editor if one isn't set for git. - In the text editor, you should see a list of your recent commits. To the left of the last commit, change the text
picktofixup. Save & exit the editor. - Run
git commit --amend. This will open the editor again. In it, edit your commit message to something likedoc/tutorial: specify LXD snapand save & exit. - Force push the changes with
git push -f.
Reach out if you have questions. In the interest of completing this change, I will wait a week and if I haven't heard back, I will close this PR and open a new one with attribution to you.
@Alwoch Thanks for your contribution! I see that it's your first contribution to Canonical, and I'd love to help you get it ready for merge.
Here are detailed instructions to rebase as well as to update the commit message:
- In a terminal, in a local clone of your fork of the lxd repository, switch to your PR branch (
patch-1). (Note: if you used the GH web interface to make your commits and PR instead of a local clone, you'll need to clone your forked repository locally, checkout/switch to the PR branch there (git switch -c patch-1 origin/patch-1), then sync withgit pull origin patch-1before you rebase.)- Then run
git rebase -i mainin your terminal. This will open the text editor set for git, or the default system editor if one isn't set for git.- In the text editor, you should see a list of your recent commits. To the left of the last commit, change the text
picktofixup. Save & exit the editor.- Run
git commit --amend. This will open the editor again. In it, edit your commit message to something likedoc/tutorial: specify LXD snapand save & exit.- Force push the changes with
git push -f.Reach out if you have questions. In the interest of completing this change, I will wait a week and if I haven't heard back, I will close this PR and open a new one with attribution to you.
Hi @minaelee , you can go ahead and open a new PR because I'm avoiding cloning the repository. Thanks
Closing in favor of #14382; thanks @Alwoch!