-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Mention no merge policy
in the CONTRIBUTING guide
#59234
Conversation
r? @oli-obk |
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
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.
not sure who to ping on this policy, I'll drop some hints in zulip and discord
CONTRIBUTING.md
Outdated
@@ -119,6 +119,10 @@ bring those changes into the source repository. | |||
|
|||
Please make pull requests against the `master` branch. | |||
|
|||
Rust follows no merge policy, meaning you are expected to always rebase instead of merge. |
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.
Rust follows no merge policy, meaning you are expected to always rebase instead of merge. | |
Rust follows a no merge policy, meaning, when you encounter merge | |
conflicts you are expected to always rebase instead of merge. |
CONTRIBUTING.md
Outdated
@@ -119,6 +119,10 @@ bring those changes into the source repository. | |||
|
|||
Please make pull requests against the `master` branch. | |||
|
|||
Rust follows no merge policy, meaning you are expected to always rebase instead of merge. | |||
E.g. always use rebase when brining latests changes from master to your feature branch. |
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.
E.g. always use rebase when brining latests changes from master to your feature branch. | |
E.g. always use rebase when bringing the latests changes from | |
the master branch to your feature branch. |
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.
In addition to @oli-obk's suggestion above:
E.g. always use rebase when brining latests changes from master to your feature branch. | |
E.g. always use rebase when brining latest changes from master to your feature branch. |
CONTRIBUTING.md
Outdated
@@ -119,6 +119,10 @@ bring those changes into the source repository. | |||
|
|||
Please make pull requests against the `master` branch. | |||
|
|||
Rust follows no merge policy, meaning you are expected to always rebase instead of merge. | |||
E.g. always use rebase when brining latests changes from master to your feature branch. | |||
Also, please make sure all the fixup commits are squished to previous related commit. |
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.
Also, please make sure all the fixup commits are squished to previous related commit. | |
Also, please make sure that fixup commits are squashed into other related commits with meaningful commit messages. |
@oli-obk @davidtwco thx for reviews! time to find some english course. |
@oli-obk Ping from triage... are we happy? |
@bors r+ rollup jup, thanks! |
📌 Commit a4b67ee has been approved by |
…i-obk Mention `no merge policy` in the CONTRIBUTING guide Issue: rust-lang#59233
…i-obk Mention `no merge policy` in the CONTRIBUTING guide Issue: rust-lang#59233
…i-obk Mention `no merge policy` in the CONTRIBUTING guide Issue: rust-lang#59233
Rollup of 4 pull requests Successful merges: - #58828 (libstd: deny(elided_lifetimes_in_paths)) - #59234 (Mention `no merge policy` in the CONTRIBUTING guide) - #59572 (Include bounds in generic re-ordering diagnostic) - #59574 (Distinguish message for external macros depending on error level) Failed merges: r? @ghost
Issue: #59233