mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #59234 - stepnivlk:add-no_merge_policy, r=oli-obk
Mention `no merge policy` in the CONTRIBUTING guide Issue: https://github.com/rust-lang/rust/issues/59233
This commit is contained in:
commit
df18e190be
@ -122,6 +122,13 @@ bring those changes into the source repository.
|
|||||||
|
|
||||||
Please make pull requests against the `master` branch.
|
Please make pull requests against the `master` branch.
|
||||||
|
|
||||||
|
Rust follows a no merge policy, meaning, when you encounter merge
|
||||||
|
conflicts you are expected to always rebase instead of merge.
|
||||||
|
E.g. always use rebase when bringing the latest changes from
|
||||||
|
the master branch to your feature branch.
|
||||||
|
Also, please make sure that fixup commits are squashed into other related
|
||||||
|
commits with meaningful commit messages.
|
||||||
|
|
||||||
Please make sure your pull request is in compliance with Rust's style
|
Please make sure your pull request is in compliance with Rust's style
|
||||||
guidelines by running
|
guidelines by running
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user