docs(README): add FAQ entry on where to ask questions (#2392)

This commit is contained in:
Andrey Lushnikov 2018-04-17 10:57:21 -07:00 committed by GitHub
parent 082b11aa57
commit 62fa3bc81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,4 +273,14 @@ npm i --save puppeteer@next
Please note that prerelease may be unstable and contain bugs.
#### Q: I have more questions! Where do I ask?
There are many ways to get help on Puppeteer:
- [bugtracker](https://github.com/GoogleChrome/puppeteer/issues)
- [stackoverflow](https://stackoverflow.com/questions/tagged/puppeteer)
- [slack channel](https://join.slack.com/t/puppeteer/shared_invite/enQtMzAyOTU1MzQyOTQ1LTUzOTAxNjE5YWI0YzNmYmRkN2I4MDg2MzI4OGE3YWNhZDBlYWMyNTlmOTJlN2RhYzlmODI4ZDQxZGEyMGIwNDY)
Make sure to search these channels before posting your question.
<!-- [END faq] -->