Skip to content

Commit df18e19

Browse files
authored
Rollup merge of #59234 - stepnivlk:add-no_merge_policy, r=oli-obk
Mention `no merge policy` in the CONTRIBUTING guide Issue: #59233
2 parents a02b825 + a4b67ee commit df18e19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ bring those changes into the source repository.
122122

123123
Please make pull requests against the `master` branch.
124124

125+
Rust follows a no merge policy, meaning, when you encounter merge
126+
conflicts you are expected to always rebase instead of merge.
127+
E.g. always use rebase when bringing the latest changes from
128+
the master branch to your feature branch.
129+
Also, please make sure that fixup commits are squashed into other related
130+
commits with meaningful commit messages.
131+
125132
Please make sure your pull request is in compliance with Rust's style
126133
guidelines by running
127134

0 commit comments

Comments
 (0)