We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7d13e commit a30b723Copy full SHA for a30b723
CONTRIBUTING.md
@@ -27,6 +27,9 @@ accept your pull requests.
27
Contributor License Agreement (see details above).
28
1. Fork the desired repo, develop and test your code changes.
29
30
+ Install dependencies via [Composer](http://getcomposer.org/doc/00-intro.md).
31
+ Run `composer install` (if composer is installed globally).
32
+
33
To run the tests, first set up [application default
34
credentials](https://cloud.google.com/docs/authentication/getting-started)
35
by setting the environment variable `GOOGLE_APPLICATION_CREDENTIALS` to the
0 commit comments