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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Bhandari <rbhanda@microsoft.com>2022-08-12 21:15:21 +0300
committerGitHub <noreply@github.com>2022-08-12 21:15:21 +0300
commitdfc22f5a3bd0c2e35b7f873c2a90c94a3076526d (patch)
tree7d9d346686513c72e2eed6b998d7677aa0995d5a
parent46bded29a4d7001641cc958975c3239040f4b243 (diff)
parent3991337570c42a7bcbc513a3f5bcbc5be197a255 (diff)
Merge pull request #7468 from dotnet/mairaw-patch-1
Add .NET MAUI to new issues list
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 2fd9d70e..3ac59ed8 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -12,6 +12,9 @@ contact_links:
- 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.