From cae8f63b16d9b7d97c17f1c5436fff0d019f1487 Mon Sep 17 00:00:00 2001 From: jwngr Date: Wed, 1 Jun 2016 16:58:35 -0700 Subject: [PATCH 1/2] Added link to Google Groups in a few docs --- .github/CONTRIBUTING.md | 5 +++-- .github/ISSUE_TEMPLATE.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c133b14f..c1c1c1c9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -19,8 +19,9 @@ which just ask about usage will be closed. Here are some resources to get help: - Read the full [API reference](https://angularfire.firebaseapp.com/api.html) - Try out some [examples](../README.md#examples) -If the official documentation doesn't help, try asking a question through our -[official support channels](https://firebase.google.com/support/). +If the official documentation doesn't help, try asking a question on the +[AngularFire Google Group](https://groups.google.com/forum/#!forum/firebase-angular) or one of our +other [official support channels](https://firebase.google.com/support/). **Please avoid double posting across multiple channels!** diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5b3afafd..8b009f5a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -14,7 +14,8 @@ will be closed. Here are some resources to get help: If the official documentation doesn't help, try asking through our official support channels: -https://firebase.google.com/support/ +- AngularFire Google Group: https://groups.google.com/forum/#!forum/firebase-angular +- Other support channels: https://firebase.google.com/support/ *Please avoid double posting across multiple channels!* From fcc007b77963b56cb64b861bda2d0153ca743c4e Mon Sep 17 00:00:00 2001 From: jwngr Date: Wed, 1 Jun 2016 17:02:26 -0700 Subject: [PATCH 2/2] Fixed typo in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c1c1c1c9..0450758c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -110,9 +110,9 @@ $ grunt # lint, build, and test $ grunt build # lint and build -$ gulp test # run unit and e2e tests -$ gulp test:unit # run unit tests -$ gulp test:e2e # run e2e tests (via Protractor) +$ grunt test # run unit and e2e tests +$ grunt test:unit # run unit tests +$ grunt test:e2e # run e2e tests (via Protractor) $ grunt watch # lint, build, and test whenever source files change ```