From a661cd0d50c3042a80937751b6e5bfdbca94d5e7 Mon Sep 17 00:00:00 2001 From: Isidor Nikolic Date: Wed, 31 Aug 2022 17:57:00 +0200 Subject: [PATCH] references to GitHub discussions for extension authors (#159682) --- .github/commands.json | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/commands.json b/.github/commands.json index 52c8add617c..78b9d822571 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -23,7 +23,7 @@ "name": "*dev-question", "action": "close", "reason": "not_planned", - "comment": "We have a great developer community [over on slack](https://aka.ms/vscode-dev-community) where extension authors help each other. This is a great place for you to ask questions and find support.\n\nHappy Coding!" + "comment": "We have a great extension developer community over on [GitHub discussions](https://github.com/microsoft/vscode-discussions/discussions) and [Slack](https://aka.ms/vscode-dev-community) where extension authors help each other. This is a great place for you to ask questions and find support.\n\nHappy Coding!" }, { "type": "label", diff --git a/README.md b/README.md index ba8f7224ff7..eb76f98421e 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ please see the document [How to Contribute](https://github.com/microsoft/vscode/ * [Request a new feature](CONTRIBUTING.md) * Upvote [popular feature requests](https://github.com/microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc) * [File an issue](https://github.com/microsoft/vscode/issues) +* Connect with the extension author community on [GitHub Discussions](https://github.com/microsoft/vscode-discussions/discussions) or [Slack](https://aka.ms/vscode-dev-community) * Follow [@code](https://twitter.com/code) and let us know what you think! See our [wiki](https://github.com/microsoft/vscode/wiki/Feedback-Channels) for a description of each of these channels and information on some other available community-driven channels.