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:
Diffstat (limited to '.github/ISSUE_TEMPLATE/mono-framework.md')
-rw-r--r--.github/ISSUE_TEMPLATE/mono-framework.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/mono-framework.md b/.github/ISSUE_TEMPLATE/mono-framework.md
new file mode 100644
index 00000000000..b540bfd402d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/mono-framework.md
@@ -0,0 +1,53 @@
+---
+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
+-->
+
+## Steps to Reproduce
+
+1.
+2.
+3.
+
+<!--
+You may drag & drop the attachment (repro code/solution, screenshot, etc.) onto the issue.
+-->
+
+### Current Behavior
+
+<!--
+What is the current behavior?
+-->
+
+### Expected Behavior
+
+<!--
+Please describe the behavior you are expecting
+-->
+
+## On which platforms did you notice this
+
+[ ] macOS
+[ ] Linux
+[ ] Windows
+
+**Version Used**:
+
+<!--
+You can use `mono --version` or About dialog to obtain this information.
+-->
+
+## Stacktrace
+
+```
+Please paste the stack trace here if available.
+```
+
+<!--
+You can join us on Discord (https://aka.ms/dotnet-discord) in the #monovm channel to discuss your reported issue
+-->