Fix bug 18941: Marshal.OffsetOf and Marshal.SizeOf return incorrect results (#7142)
[mono-project.git] / .github / ISSUE_TEMPLATE.md
blob8b200e7ffb4c21ef077c9f9fb2783f3dd62fba79
1 ## Steps to Reproduce
3 1. 
4 2. 
5 3. 
7 <!--
8 You may drag & drop the attachment (repro code/solution, screenshot, etc.) onto the issue.
9 -->
11 ## Current Behavior
13 <!--
14 What is the current behaviour?
15 -->
17 ## Expected Behavior
19 <!--
20 Please describe the behaviour you are expecting
21 -->
23 ### On which platforms did you notice this
25 [ ] macOS
26 [ ] Linux
27 [ ] Windows
29 **Version Used**:
31 <!--
32 You can use `mono --version` or About dialog to obtain this information.
33 -->
35 ### Stacktrace
37 ```
38 Please paste the stacktrace here if available.
39 ```
41 <!--
43 You can join us at https://gitter.im/mono/mono to discuss your reported issue
45 -->