]> git.lizzy.rs Git - rust.git/blobdiff - doc/basics.md
Add note that we follow a rustc no merge-commit policy
[rust.git] / doc / basics.md
index c81e7f6e0692bd6b2378ff20eb50523b59617925..38959e2331b40e866b0b1fd973b7ec164edf0f29 100644 (file)
@@ -13,6 +13,7 @@ Lints] or [Common Tools].
   - [Setup](#setup)
   - [Building and Testing](#building-and-testing)
   - [`cargo dev`](#cargo-dev)
+  - [PR](#pr)
 
 ## Get the Code
 
@@ -110,3 +111,8 @@ cargo dev new_lint
 # (experimental) Setup Clippy to work with rust-analyzer
 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>.