more documentation improvements
Change-Id: Id52bc713096d62b0363acc7af92b6f2b13d9a212
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/50120
Reviewed-by: Christopher Fujino <fujino@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9e96ae6..012b203 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -86,3 +86,26 @@
git push origin HEAD:refs/for/main
```
+### Getting review
+
+You will need someone with privileges to review the PR. To do this,
+you will need to bring the CL to the attention of a team member. Join
+our [Discord](https://github.com/flutter/flutter/wiki/Chat), and ask
+for a review on `#hackers-infra`. If you do not get a response after a
+day or so, ask again.
+
+
+### Running pre-submit tests
+
+For security reasons, tests will not run until someone with elevated
+privileges clicks `+1` on the CL.
+
+
+### Testing locally
+
+Running `python3 recipes.py test train` will execute all of the tests in this repository
+
+#### "Required binary is not found on PATH: cipd" when testing locally
+
+You need to ensure [depot_tools](https://chromium.googlesource.com/chromium/tools/depot_tools.git) is installed.
+See the [Depot Tools Installation Tutorial](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up).
diff --git a/README.md b/README.md
index f2036db..b960adf 100644
--- a/README.md
+++ b/README.md
@@ -10,19 +10,7 @@
then used by the [flutter_deps recipe_module](https://cs.opensource.google/flutter/recipes/+/master:recipe_modules/flutter_deps/api.py)
No modifications to flutter/infra are required to work on the recipes.
-## Configuration
-
## Contributing
-Please follow instructions on [Contributing docs](CONTRIBUTING.md) to setup your development environment.
-
-## Testing locally
-
-Running `python3 recipes.py test train` will execute all of the tests in this repository
-
-## Troubleshooting
-
-### "Required binary is not found on PATH: cipd" when testing locally
-
-You need to ensure [depot_tools](https://chromium.googlesource.com/chromium/tools/depot_tools.git) is installed.
-See the [Depot Tools Installation Tutorial](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up).
+Please follow instructions on [Contributing docs](CONTRIBUTING.md) to
+set up your development environment.