-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add citation file #71
Conversation
Add citation file
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. I have no experience using cff files but the file name is obvious.
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-ros2-ign ros2-ign
# Navigate to the new working tree
cd .worktrees/backport-ros2-ign
# Create a new branch
git switch --create backport-71-to-ros2-ign
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 648c15296b50f5864ab7a8a200b77dcee0f837bd
# Push it to GitHub
git push --set-upstream origin backport-71-to-ros2-ign
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-ros2-ign Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-main main
# Navigate to the new working tree
cd .worktrees/backport-main
# Create a new branch
git switch --create backport-71-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 648c15296b50f5864ab7a8a200b77dcee0f837bd
# Push it to GitHub
git push --set-upstream origin backport-71-to-main
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-main Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-ros2-gz ros2-gz
# Navigate to the new working tree
cd .worktrees/backport-ros2-gz
# Create a new branch
git switch --create backport-71-to-ros2-gz
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 648c15296b50f5864ab7a8a200b77dcee0f837bd
# Push it to GitHub
git push --set-upstream origin backport-71-to-ros2-gz
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-ros2-gz Then, create a pull request where the |
Add citation file (cherry picked from commit 648c152)
Add citation file (cherry picked from commit 648c152)
* Merge pull request #71 from Rick-v-E/ros2 Add citation file (cherry picked from commit 648c152) --------- Co-authored-by: Darkproduct <[email protected]>
No description provided.