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

ISSUE_TEMPLATE.md « .github - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20d67ea3c1f2f3b3faa6a7dd2def22200f91de2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!--
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 at https://gitter.im/mono/mono to discuss your reported issue
-->