Skip to content

Commit a4b67ee

Browse files
author
stepnivlk
committed
Mention no merge policy in the CONTRIBUTING guide
1 parent 52e8856 commit a4b67ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

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

120120
Please make pull requests against the `master` branch.
121121

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

0 commit comments

Comments
 (0)