Skip to content

Commit c2bfbf5

Browse files
authored
Add discussions link to GitHub issues template (#23223)
1 parent 60719b6 commit c2bfbf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3+
- name: Discussions
4+
url: https://github.com/dotnet/aspnetcore/discussions/new
5+
about: Is your issue perhaps more of a discussion? Please open topics for discussion using the new GitHub Discussions feature.
36
- name: Issue with .NET runtime or core .NET libraries
47
url: https://github.com/dotnet/runtime/issues/new/choose
58
about: Please open issues relating to the .NET runtime or core .NET libraries in dotnet/runtime.

0 commit comments

Comments
 (0)