From 079b6e0a66d21ea2ddfc4e559bd96053281db396 Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Wed, 12 Aug 2020 10:31:35 -0700 Subject: [PATCH] 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.) --- docs/README.md | 1 + docs/getting-help.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/getting-help.md diff --git a/docs/README.md b/docs/README.md index fca3a41582..dfff872914 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) diff --git a/docs/getting-help.md b/docs/getting-help.md new file mode 100644 index 0000000000..58eec4887c --- /dev/null +++ b/docs/getting-help.md @@ -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