Skip to content

Commit 22ecba8

Browse files
authored
Merge pull request #6792 from dotnet/merges/master-to-release/dev16.2
Merge master to release/dev16.2
2 parents 12313b2 + b5a0fdf commit 22ecba8

File tree

3 files changed

+60
-38
lines changed

3 files changed

+60
-38
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)