diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 1275a700e1e17d892d0c3362ef41aaa5fb2beef7..0c0d747bb9bc20f86d99b1f1a5632de51a929167 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.