Skip to content

Commit

Permalink
docs: Remove envoy bootstrap install from docs
Browse files Browse the repository at this point in the history
#185

Signed-off-by: Alan Chiu <[email protected]>
  • Loading branch information
Alan Chiu authored Jun 27, 2019
1 parent 3fd0f33 commit 85f1678
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,7 @@ maximize the chances of your PR being merged.
# Submitting a PR

* Fork the repo.
* In your local repo, install the git hooks that implement various important pre-commit and
pre-push checks:

```bash
./envoy/support/bootstrap
```

Please see [envoy/support/README.md](https://github.com/envoyproxy/envoy/tree/master/support) for
more information on these hooks.

Note: the git hooks depend upon many of the dependencies used to build envoy via Bazel. Follow the
[Quick start Bazel build for developers](https://github.com/envoyproxy/envoy/blob/master/bazel/README.md#quick-start-bazel-build-for-developers) guide to install these.

* [[TODO: add bootstrap script for prepush hook](https://github.com/lyft/envoy-mobile/issues/185)]
* Create your PR.
* Tests will automatically run for you.
* We will **not** merge any PR that is not passing tests.
Expand Down

0 comments on commit 85f1678

Please sign in to comment.