We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no merge policy
1 parent 52e8856 commit a4b67eeCopy full SHA for a4b67ee
CONTRIBUTING.md
@@ -119,6 +119,13 @@ bring those changes into the source repository.
119
120
Please make pull requests against the `master` branch.
121
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
+
129
Please make sure your pull request is in compliance with Rust's style
130
guidelines by running
131
0 commit comments