Add discussions link to GitHub issues template (#23223)

This commit is contained in:
Sean Killeen 2020-06-22 14:29:06 -04:00 committed by GitHub
parent 60719b6141
commit c2bfbf5a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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.