config.yml 978 B

1234567891011121314151617
  1. blank_issues_enabled: true
  2. contact_links:
  3. - name: Issue with Razor
  4. url: https://github.com/dotnet/razor/issues/new/choose
  5. about: Please open issues relating to Razor tooling or the Razor compiler in dotnet/razor.
  6. - name: Issue with .NET runtime or core .NET libraries
  7. url: https://github.com/dotnet/runtime/issues/new/choose
  8. about: Please open issues relating to the .NET runtime or core .NET libraries in dotnet/runtime.
  9. - name: Issue with .NET SDK
  10. url: https://github.com/dotnet/sdk/issues/new/choose
  11. about: Please open issues relating to the .NET SDK itself in dotnet/sdk.
  12. - name: Issue with Entity Framework Core
  13. url: https://github.com/dotnet/efcore/issues/new/choose
  14. about: Please open issues relating to Entity Framework Core in dotnet/efcore.
  15. - name: Issue with Roslyn compiler
  16. url: https://github.com/dotnet/roslyn/issues/new/choose
  17. about: Please open issues relating to the Roslyn .NET compiler in dotnet/roslyn.