From 010cb16b5ff18ba71b9eae7b9ff4cb65ec8ead11 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 21 Mar 2023 09:19:51 -0700 Subject: [PATCH] devops: replace slack with discord link in issue templates (#21825) --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ee5b58e0a7..de71858775 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - - name: Join our GitHub Discussions community - url: https://github.com/microsoft/playwright/discussions - about: Ask questions and discuss with other community members + - name: Join our Discord Server + url: https://aka.ms/playwright/discord + about: Ask questions and discuss with other community members \ No newline at end of file