Skip to content

Commit fd61686

Browse files
committed
Add note that we follow a rustc no merge-commit policy
1 parent c8d89ba commit fd61686

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)