From de405e585492d7cda93e776f0485f3fb3e95674b Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Wed, 2 Aug 2023 09:53:30 -0700 Subject: [PATCH] Add VS Feedback link to bug report template list Maybe this will help direct VS-specific issues to the most appropriate location. --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 725e39f348aa..5bce061f75ba 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -15,3 +15,6 @@ contact_links: - name: Issue with Roslyn compiler url: https://github.com/dotnet/roslyn/issues/new/choose about: Please open issues relating to the Roslyn .NET compiler in dotnet/roslyn. + - name: Bug report or feature request for Visual Studio for Windows and Mac + url: https://learn.microsoft.com/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2022 + about: Use Visual Studio's Report a Problem feature for issues and suggestions with Visual Studio tooling