We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c9b0a commit d4b86f7Copy full SHA for d4b86f7
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,34 @@
1
+---
2
+name: bug_report
3
+about: Bug report
4
+title: One line summary of the bug
5
+labels: ''
6
+assignees: smoothdeveloper
7
+
8
9
10
+### Issue Summary
11
12
13
+#### To Reproduce
14
15
+Possibly share SQL Schema, snippets of data, and how you call it in F#.
16
17
+Steps to reproduce the behavior:
18
+* ...
19
20
21
+4. See error
22
23
+#### Error
24
25
+If applicable, screenshots, also give any technical information from your current investigation.
26
27
+### Expected behavior
28
29
+Describe what should happen.
30
31
+### What you can do
32
33
+* [x] I am willing to contribute a PR with a unit test showcasing the issue
34
+* [x] I am willing to test the bug fix before next release
0 commit comments