From c69c1ed838fb92c646679451401362851deed2de Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Thu, 19 Dec 2024 17:57:19 -0800 Subject: [PATCH] Fix issue templates (#1464) --- .github/ISSUE_TEMPLATE.md | 5 ---- .github/ISSUE_TEMPLATE/config.yml | 38 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index afa3dd1..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,5 +0,0 @@ -DO NOT FILE ISSUES IN THIS REPO. - -Check the following document to find the appropriate repo or location to file a new issue: - -https://github.com/dotnet/core/blob/main/Documentation/core-repos.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..83b3b1e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,38 @@ +blank_issues_enabled: false +contact_links: + - name: Issue with .NET Framework + url: https://developercommunity.visualstudio.com/dotnet + about: Please open issues relating to the .NET Framework (rather than .NET Core or .NET 5+) in Developer Community + - name: Issue with ASP.NET Core + url: https://github.com/dotnet/aspnetcore/issues/new/choose + about: Please open issues relating to ASP.NET Core in dotnet/aspnetcore. + - 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 .NET libraries in dotnet/runtime. + - name: Issue with .NET SDK + url: https://github.com/dotnet/sdk/issues/new/choose + about: Please open issues relating to the .NET SDK in dotnet/sdk. + - name: Issue with .NET Aspire + url: https://github.com/dotnet/aspire/issues/new/choose + about: Please open issues relating to .NET Aspire in dotnet/aspire. + - name: Issue with Entity Framework + url: https://github.com/dotnet/efcore/issues/new/choose + about: Please open issues relating to Entity Framework in dotnet/efcore. + - name: Issue with .NET MAUI + url: https://github.com/dotnet/maui/issues/new/choose + about: Please open issues relating to .NET MAUI in dotnet/maui. + - name: Issue with Roslyn compiler + url: https://github.com/dotnet/roslyn/issues/new/choose + about: Please open issues relating to the Roslyn .NET compiler in dotnet/roslyn. + - name: Issue with Windows Forms + url: https://github.com/dotnet/winforms/issues/new/choose + about: Please open issues relating to Windows Forms in dotnet/winforms. + - name: Issue with WPF + url: https://github.com/dotnet/wpf/issues/new/choose + about: Please open issues relating to WPF in dotnet/wpf. + - name: Issue with release notes or package deprecation + url: https://github.com/dotnet/core/issues/new/choose + about: Please open issues relating to release notes in dotnet/core. + - name: Issue with .NET website + url: https://github.com/dotnet/website-feedback/issues/new/choose + about: Please open issues relating to the website in dotnet/website-feedback.