From 91325e02c7a09e4ec7fcc793e9d0704ecc3bc562 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Thu, 14 May 2020 12:55:19 -0700 Subject: [PATCH] template --- .github/ISSUE_TEMPLATE/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..0fcdcc6bd46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,20 @@ +blank_issues_enabled: true +contact_links: + - name: Issue with .NET runtime or core .NET libraries + url: https://github.com/dotnet/runtime/issues/new/choose + about: Please open issues with the .NET runtime or core in their repo + - name: Issue with .NET Core SDK + url: https://github.com/dotnet/sdk/issues/new/choose + about: Please open issues with the .NET Core SDK in their repo + - name: Issue with Entity Framework + url: https://github.com/dotnet/efcore/issues/new/choose + about: Please open issues with Entity Framework in their repo + - name: Issue with Roslyn compiler + url: https://github.com/dotnet/roslyn/issues/new/choose + about: Please open issues with the Roslyn compiler in their repo + - name: Issue with ASP.NET + url: https://github.com/dotnet/aspnetcore/issues/new/choose + about: Please open issues with ASP.NET Core in their repo + - name: Issue with WPF + url: https://github.com/dotnet/wpf/issues/new/choose + about: Please open issues with WPF in their repo