|
| 1 | +blank_issues_enabled: false |
| 2 | +contact_links: |
| 3 | + - name: Issue with .NET Framework |
| 4 | + url: https://developercommunity.visualstudio.com/dotnet |
| 5 | + about: Please open issues relating to the .NET Framework (rather than .NET Core or .NET 5+) in Developer Community |
| 6 | + - name: Issue with ASP.NET Core |
| 7 | + url: https://github.com/dotnet/aspnetcore/issues/new/choose |
| 8 | + about: Please open issues relating to ASP.NET Core in dotnet/aspnetcore. |
| 9 | + - name: Issue with .NET runtime or core .NET libraries |
| 10 | + url: https://github.com/dotnet/runtime/issues/new/choose |
| 11 | + about: Please open issues with the .NET runtime or core .NET libraries in dotnet/runtime. |
| 12 | + - name: Issue with .NET SDK |
| 13 | + url: https://github.com/dotnet/sdk/issues/new/choose |
| 14 | + about: Please open issues relating to the .NET SDK in dotnet/sdk. |
| 15 | + - name: Issue with .NET Aspire |
| 16 | + url: https://github.com/dotnet/aspire/issues/new/choose |
| 17 | + about: Please open issues relating to .NET Aspire in dotnet/aspire. |
| 18 | + - name: Issue with Entity Framework |
| 19 | + url: https://github.com/dotnet/efcore/issues/new/choose |
| 20 | + about: Please open issues relating to Entity Framework in dotnet/efcore. |
| 21 | + - name: Issue with .NET MAUI |
| 22 | + url: https://github.com/dotnet/maui/issues/new/choose |
| 23 | + about: Please open issues relating to .NET MAUI in dotnet/maui. |
| 24 | + - name: Issue with Roslyn compiler |
| 25 | + url: https://github.com/dotnet/roslyn/issues/new/choose |
| 26 | + about: Please open issues relating to the Roslyn .NET compiler in dotnet/roslyn. |
| 27 | + - name: Issue with Windows Forms |
| 28 | + url: https://github.com/dotnet/winforms/issues/new/choose |
| 29 | + about: Please open issues relating to Windows Forms in dotnet/winforms. |
| 30 | + - name: Issue with WPF |
| 31 | + url: https://github.com/dotnet/wpf/issues/new/choose |
| 32 | + about: Please open issues relating to WPF in dotnet/wpf. |
| 33 | + - name: Issue with release notes or package deprecation |
| 34 | + url: https://github.com/dotnet/core/issues/new/choose |
| 35 | + about: Please open issues relating to release notes in dotnet/core. |
| 36 | + - name: Issue with .NET website |
| 37 | + url: https://github.com/dotnet/website-feedback/issues/new/choose |
| 38 | + about: Please open issues relating to the website in dotnet/website-feedback. |
0 commit comments