-
Notifications
You must be signed in to change notification settings - Fork 554
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
[hi] Rename some markdown files #1834
Conversation
Signed-off-by: Shivam Sharma <meshivam81@gmail.com>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Hi @shivam-sharma7, This PR if merged will add bare-metal-machine
and client-server-architecture
as additional files making them duplicate of the already existing ones.
In order to successfully perform a rename, we'll also need to delete already existing ones :)
okay |
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!
Thank you @shivam-sharma7
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.
@shivam-sharma7 DCO check on this PR is failing which basically means the commits are not signed. Can you fix this?
This PR is ready to merge otherwise
I would recommend running the following commands:
to sign the DCO. Hope this helps! |
deleted: content/hi/bare_metal_machine.md deleted: content/hi/client_server_architecture.md Signed-off-by: Shivam Sharma <meshivam81@gmail.com>
done |
@shivam-sharma7 Thank you for your work, but the target branch of this PR is
|
opened new PR: #2348 |
Describe your changes
renames 2 files:
bare_metal_machine.md
andclient_server_architecture.md.
close: #1732
Checklist before opening this PR (put
x
in the checkboxes)git commit -s
) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfig
by runninggit config --global alias.ci "commit -s"
.