Auto merge of #6138 - giraffate:note_that_we_follow_rustc_no_merge_policy, r=Manishearth

Add note that we follow a rustc no merge-commit policy

I think it would be better to add a note that we follow a rustc no merge-commit policy. For example, it was mentioned at https://github.com/rust-lang/rust-clippy/pull/5694#issuecomment-641871096.

changelog: none
This commit is contained in:
bors 2020-10-08 16:56:14 +00:00
commit 6bfc19c687

View file

@ -13,6 +13,7 @@ Lints] or [Common Tools].
- [Setup](#setup) - [Setup](#setup)
- [Building and Testing](#building-and-testing) - [Building and Testing](#building-and-testing)
- [`cargo dev`](#cargo-dev) - [`cargo dev`](#cargo-dev)
- [PR](#pr)
## Get the Code ## Get the Code
@ -110,3 +111,8 @@ cargo dev new_lint
# (experimental) Setup Clippy to work with rust-analyzer # (experimental) Setup Clippy to work with rust-analyzer
cargo dev ra-setup cargo dev ra-setup
``` ```
## PR
We follow a rustc no merge-commit policy.
See <https://rustc-dev-guide.rust-lang.org/contributing.html#opening-a-pr>.