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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kliger (λgeek) <alklig@microsoft.com>2022-02-18 17:28:41 +0300
committerGitHub <noreply@github.com>2022-02-18 17:28:41 +0300
commit5d2e3bc3b3c8184d35b2f7801e88d96470d367c4 (patch)
treeaae84485a3ff72de63120fed550e6d306896f185
parent36daf033a620d800f6e65f4544ea55a3ecef7af0 (diff)
Add issue templates with links to .NET 6 products (#21437)
* Create connfig.yml * Update and rename .github/ISSUE_TEMPLATE.md to .github/ISSUE_TEMPLATES/mono-framework.md
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml21
-rw-r--r--.github/ISSUE_TEMPLATE/mono-framework.md (renamed from .github/ISSUE_TEMPLATE.md)6
2 files changed, 27 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000000..8308f232d73
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,21 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Mono runtime or class libraries in .NET 5 or later
+ url: https://github.com/dotnet/runtime/issues/new/choose
+ about: Beginning in .NET 5, Mono is now a part of the dotnet/runtime repository. Please report issues with runtime crashes, AOT compilation, etc in .NET 5 or later in the runtime repo.
+ - name: Blazor WebAssembly issue in .NET 5 or later
+ url: https://github.com/dotnet/aspnetcore/issues/new/choose
+ about: Starting point for issues with Blazor WebAssembly in .NET 5 or later.
+ - name: MAUI in .NET 6 or later
+ url: https://github.com/dotnet/maui/issues/new/choose
+ about: For issues with .NET MAUI on mobile and desktop platforms
+ - name: Xamarin.Forms
+ url: https://github.com/xamarin/Xamarin.Forms/issues/new/choose
+ about: For issues with Xamarin.Forms
+ - name: Xamarin.Android or .NET Android (.NET 6 or later)
+ url: https://github.com/xamarin/xamarin-android/issues/new/choose
+ about: For Android-specific issues
+ - name: Xamarin.Mac or Xamarin.iOS, or .NET iOS (.NET 6 or later)
+ url: https://github.com/xamarin/xamarin-macios/issues/new/choose
+ about: For issues on Apple platforms
+
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/mono-framework.md
index 125528a1243..b540bfd402d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE/mono-framework.md
@@ -1,3 +1,9 @@
+---
+name: Bugs in .NET Framework 4.x-compatible versions of Mono
+about: For mono 6.12 or older on mobile and desktop platforms
+
+---
+
<!--
If you are new to the project get yourself familiar with https://www.mono-project.com/community/bugs/make-a-good-bug-report/ before filling the issue
-->