docs: add SUPPORT.md
This commit is contained in:
parent
0fd97cb9ed
commit
0b6a159d07
19
SUPPORT.md
Normal file
19
SUPPORT.md
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# Support
|
||||||
|
|
||||||
|
## How to file issues and get help
|
||||||
|
|
||||||
|
This project uses GitHub issues to [track bugs][gh-bug] and [feature requests][gh-feature]. Please search the [existing issues][gh-issue] before filing new issues to avoid duplicates. For new topics, file your bug or feature request as a new issue.
|
||||||
|
For new issues, file your bug or feature request as a new issue.
|
||||||
|
|
||||||
|
For help and questions about using this project, please see the [docs site for Playwright][docs]. Join our community [Discord Server][discord] to connect with other developers using Playwright and ask questions in our ['help-playwright'][discord-channel] forum,
|
||||||
|
|
||||||
|
## Microsoft Support Policy
|
||||||
|
|
||||||
|
Support for Playwright is limited to the resources listed above.
|
||||||
|
|
||||||
|
[gh-issue]: https://github.com/microsoft/playwright/issues/
|
||||||
|
[gh-bug]: https://github.com/microsoft/playwright/issues/new?assignees=&labels=&projects=&template=bug.yml&title=%5BBug%5D%3A+
|
||||||
|
[gh-feature]: https://github.com/microsoft/playwright/issues/new?assignees=&labels=&projects=&template=feature.yml&title=%5BFeature%5D%3A+
|
||||||
|
[docs]: https://playwright.dev/
|
||||||
|
[discord]: https://aka.ms/playwright/discord
|
||||||
|
[discord-channel]: https://discord.com/channels/807756831384403968/1054804523652231198
|
||||||
Loading…
Reference in a new issue