-
Notifications
You must be signed in to change notification settings - Fork 125
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
Update contributing policy #525
Conversation
Signed-off-by: Ian Chen <[email protected]>
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, LGTM with one comment in code.
contributing.md
Outdated
# Fix conflicts | ||
git commit -sam"Backport from N to M" | ||
# Open pull request | ||
# Do not squash, rebase instead | ||
* Periodically, a maintainer will **forward-port** changes to newer release |
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.
What about here? Isn't it now bidirectional, or mostly back-port way?
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.
Eventually, I think it will be mostly back-ports, but right now we have a mix of both. But I agree this sentence could be updated to indicate back-ports are now more likely.
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.
updated sentence so that forward port does not sound like a periodic thing we do 4724943
contributing.md
Outdated
# Fix conflicts | ||
git commit -sam"Backport from N to M" | ||
# Open pull request | ||
# Do not squash, rebase instead | ||
* Periodically, a maintainer will **forward-port** changes to newer release |
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.
Eventually, I think it will be mostly back-ports, but right now we have a mix of both. But I agree this sentence could be updated to indicate back-ports are now more likely.
🦟 Bug fix
Summary
Updated to reflect the new policy introduced in https://community.gazebosim.org/t/gazebo-policy-update-new-backporting-policy/2880.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.