Mention commit access (#7232)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e0ea94c..37f4394 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,6 +3,8 @@
[](https://travis-ci.org/flutter/flutter)
+_See also: [Flutter's code of conduct](https://flutter.io/design-principles/#code-of-conduct)_
+
Things you will need
--------------------
@@ -124,9 +126,6 @@
"Compare & pull request" button
Please make sure all your checkins have detailed commit messages explaining the patch.
-If you made multiple commits for a single pull request, either make sure each one has a detailed
-message explaining that specific commit, or squash your commits into one single checkin with a
-detailed message before sending the pull request.
Once you've gotten an LGTM from a project maintainer, submit your changes to the
`master` branch using one of the following methods:
@@ -142,6 +141,9 @@
If you've never submitted code before, you must add your (or your
organization's) name and contact info to the [AUTHORS](AUTHORS) file.
+We grant commit access to people who have gained our trust and demonstrated
+a commitment to Flutter.
+
Tools for tracking an improving test coverage
---------------------------------------------