File tree 3 files changed +60
-38
lines changed 3 files changed +60
-38
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve F#
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ Please provide a succinct description of the issue.
11
+
12
+ ** Repro steps**
13
+
14
+ Provide the steps required to reproduce the problem:
15
+
16
+ 1 . Step A
17
+ 2 . Step B
18
+
19
+ If possible attach a zip file with the repro case. This often makes it easier for others to reproduce.
20
+ The zip file should ideally represent the situation just before the call/step that is problematic.
21
+
22
+ ** Expected behavior**
23
+
24
+ Provide a description of the expected behavior.
25
+
26
+ ** Actual behavior**
27
+
28
+ Provide a description of the actual behaviour observed.
29
+
30
+ ** Known workarounds**
31
+
32
+ Provide a description of any known workarounds.
33
+
34
+ ** Related information**
35
+
36
+ Provide any related information (optional):
37
+
38
+ * Operating system
39
+ * .NET Runtime kind (.NET Core, .NET Framework, Mono)
40
+ * Editing Tools (e.g. Visual Studio Version, Visual Studio)
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for the F# tools or compiler
4
+ title : ' '
5
+ labels : Feature Request
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
12
+
13
+ ** Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ ** Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ ** Additional context**
20
+ Add any other context or screenshots about the feature request here.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments