docs: add getting help section (#3410)

The Playwright Community is awesome and responsive! <3 Let's make the
community as a resource more prominent in the docs. (Currently they just
appear in a footer, but this change calls it out explicitly.)
This commit is contained in:
Ross Wollman 2020-08-12 10:31:35 -07:00 committed by GitHub
parent 16b471fac6
commit 079b6e0a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Playwright is a library to automate [Chromium](https://www.chromium.org/Home), [
- [First script](./intro.md#first-script)
- [Core concepts](./core-concepts.md)
- [Debugging](./debug.md)
- [Getting help](./getting-help.md)
1. Guides
- [Selectors](./selectors.md)
- [Input](./input.md)

15
docs/getting-help.md Normal file
View File

@ -0,0 +1,15 @@
# Getting help
The Playwright community is active and ready to hear from you! If you get stuck,
please use one of the following channels to ask your question:
* [GitHub Issue in the Playwright Repo][gh]
* [Playwright Slack][slack]
* [Playwright Stack Overflow][so]
If you have a **feature request**, please open a [GitHub Issue][gh] or talk to
the community in [Slack][slack].
[gh]: https://github.com/microsoft/playwright/issues/new/choose
[slack]: https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg
[so]: https://stackoverflow.com/tags/playwright