Skip to content

Commit 6bfc19c

Browse files
committed
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 #5694 (comment). changelog: none
2 parents 171ab9b + fd61686 commit 6bfc19c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/basics.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Lints] or [Common Tools].
1313
- [Setup](#setup)
1414
- [Building and Testing](#building-and-testing)
1515
- [`cargo dev`](#cargo-dev)
16+
- [PR](#pr)
1617

1718
## Get the Code
1819

@@ -110,3 +111,8 @@ cargo dev new_lint
110111
# (experimental) Setup Clippy to work with rust-analyzer
111112
cargo dev ra-setup
112113
```
114+
115+
## PR
116+
117+
We follow a rustc no merge-commit policy.
118+
See <https://rustc-dev-guide.rust-lang.org/contributing.html#opening-a-pr>.

0 commit comments

Comments
 (0)