Skip to content

Commit

Permalink
docs: add getting help section (#3410)
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
rwoll authored Aug 12, 2020
1 parent 16b471f commit 079b6e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
15 changes: 15 additions & 0 deletions docs/getting-help.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 079b6e0

Please sign in to comment.