Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-11-05 05:36:03 +0300
committerGitHub <noreply@github.com>2022-11-05 05:36:03 +0300
commitfce12810321db5eae38da4941299b58bd6529b65 (patch)
treed1f0d7aab9e9ef82a2e5a943b08f05b0d548a45e
parent46b5580e8a7ba2375820d95e3af80637be69f9de (diff)
Update bug template for razor-compiler migration (#44889)
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 7c997be9c0..725e39f348 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,8 @@
blank_issues_enabled: true
contact_links:
- - name: Issue with Razor tooling
- url: https://github.com/dotnet/razor-tooling/issues/new/choose
- about: Please open issues relating to Razor tooling in dotnet/razor-tooling.
+ - name: Issue with Razor
+ url: https://github.com/dotnet/razor/issues/new/choose
+ about: Please open issues relating to Razor tooling or the Razor compiler in dotnet/razor.
- name: Issue with .NET runtime or core .NET libraries
url: https://github.com/dotnet/runtime/issues/new/choose
about: Please open issues relating to the .NET runtime or core .NET libraries in dotnet/runtime.
@@ -12,9 +12,6 @@ contact_links:
- name: Issue with Entity Framework Core
url: https://github.com/dotnet/efcore/issues/new/choose
about: Please open issues relating to Entity Framework Core in dotnet/efcore.
- - name: Issue with Razor compiler
- url: https://github.com/dotnet/razor-compiler/issues/new/choose
- about: Please open issues relating to the Razor compiler in dotnet/razor-compiler.
- 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.