Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit c2b8227

Browse files
author
Jacob Wenger
committed
Added link to Google Groups in a few docs (#741)
1 parent bfa73e0 commit c2b8227

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ which just ask about usage will be closed. Here are some resources to get help:
1919
- Read the full [API reference](https://angularfire.firebaseapp.com/api.html)
2020
- Try out some [examples](../README.md#examples)
2121

22-
If the official documentation doesn't help, try asking a question through our
23-
[official support channels](https://firebase.google.com/support/).
22+
If the official documentation doesn't help, try asking a question on the
23+
[AngularFire Google Group](https://groups.google.com/forum/#!forum/firebase-angular) or one of our
24+
other [official support channels](https://firebase.google.com/support/).
2425

2526
**Please avoid double posting across multiple channels!**
2627

@@ -109,9 +110,9 @@ $ grunt # lint, build, and test
109110

110111
$ grunt build # lint and build
111112

112-
$ gulp test # run unit and e2e tests
113-
$ gulp test:unit # run unit tests
114-
$ gulp test:e2e # run e2e tests (via Protractor)
113+
$ grunt test # run unit and e2e tests
114+
$ grunt test:unit # run unit tests
115+
$ grunt test:e2e # run e2e tests (via Protractor)
115116

116117
$ grunt watch # lint, build, and test whenever source files change
117118
```

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ will be closed. Here are some resources to get help:
1414
1515
If the official documentation doesn't help, try asking through our official support channels:
1616
17-
https://firebase.google.com/support/
17+
- AngularFire Google Group: https://groups.google.com/forum/#!forum/firebase-angular
18+
- Other support channels: https://firebase.google.com/support/
1819
1920
*Please avoid double posting across multiple channels!*
2021

0 commit comments

Comments
 (0)