-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Support | ||
|
||
## How to file issues and get help | ||
|
||
This project uses GitHub issues to track bugs and feature requests. Please search the [existing issues][gh-issues] before filing new ones to avoid duplicates. For new issues, file your bug or feature request as a new issue using corresponding template. | ||
|
||
For help and questions about using this project, please see the [docs site for Playwright][docs]. | ||
|
||
Join our community [Discord Server][discord-server] to connect with other developers using Playwright and ask questions in our 'help-playwright' forum. | ||
|
||
## Microsoft Support Policy | ||
|
||
Support for Playwright Test for VS Code is limited to the resources listed above. | ||
|
||
[gh-issues]: https://github.com/microsoft/playwright/issues/ | ||
[docs]: https://playwright.dev/ | ||
[discord-server]: https://aka.ms/playwright/discord |