Update wording
This commit is contained in:
parent
0b6a159d07
commit
f602035299
13
SUPPORT.md
13
SUPPORT.md
|
|
@ -2,18 +2,17 @@
|
||||||
|
|
||||||
## How to file issues and get help
|
## 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.
|
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 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,
|
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'][discord-channel] forum,
|
||||||
|
|
||||||
## Microsoft Support Policy
|
## Microsoft Support Policy
|
||||||
|
|
||||||
Support for Playwright is limited to the resources listed above.
|
Support for Playwright is limited to the resources listed above.
|
||||||
|
|
||||||
[gh-issue]: https://github.com/microsoft/playwright/issues/
|
[gh-issues]: 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/
|
[docs]: https://playwright.dev/
|
||||||
[discord]: https://aka.ms/playwright/discord
|
[discord-server]: https://aka.ms/playwright/discord
|
||||||
[discord-channel]: https://discord.com/channels/807756831384403968/1054804523652231198
|
[discord-channel]: https://discord.com/channels/807756831384403968/1054804523652231198
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue