From c2bfbf5a04050cef0c14f213a6ada497f57985d0 Mon Sep 17 00:00:00 2001 From: Sean Killeen <SeanKilleen@gmail.com> Date: Mon, 22 Jun 2020 14:29:06 -0400 Subject: [PATCH] Add discussions link to GitHub issues template (#23223) --- .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 1275a700e1e..0c0d747bb9b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: + - name: Discussions + url: https://github.com/dotnet/aspnetcore/discussions/new + about: Is your issue perhaps more of a discussion? Please open topics for discussion using the new GitHub Discussions feature. - name: Issue with .NET runtime or core .NET libraries url: https://github.com/dotnet/runtime/issues/new/choose about: Please open issues relating to the .NET runtime or core .NET libraries in dotnet/runtime. -- GitLab