mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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:
parent
16b471fac6
commit
079b6e0a66
@ -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
15
docs/getting-help.md
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user