We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32573fe commit c284450Copy full SHA for c284450
1 file changed
.github/ISSUE_TEMPLATE/function-returned-unexpected-results.md
@@ -0,0 +1,24 @@
1
+---
2
+name: Function Returned Unexpected Results
3
+about: Use this issue template when a function returns results that were different
4
+ from the expected.
5
+title: "[Function Returned Unexpected Results]"
6
+labels: 'Type: Bug, Type: Testing'
7
+assignees: jb-lopez
8
+
9
10
11
+### Function Name:
12
+*Which function did not return the expected results?*
13
14
+### Input Variables:
15
+*What data did you supply to the function? Feel free to shorten the data as long as it still can produce unexpected results.*
16
17
+### Expected Results:
18
+*What results did you expect to receive?*
19
20
+### Actual Results:
21
+*What results did you actually receive?*
22
23
+### Comparison Source:
24
+*How do you know the results are wrong? What are you comparing it to?*
0 commit comments