We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a02b825 + a4b67ee commit df18e19Copy full SHA for df18e19
CONTRIBUTING.md
@@ -122,6 +122,13 @@ bring those changes into the source repository.
122
123
Please make pull requests against the `master` branch.
124
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
+
132
Please make sure your pull request is in compliance with Rust's style
133
guidelines by running
134
0 commit comments