Skip to content

Commit c284450

Browse files
authored
Update issue templates
1 parent 32573fe commit c284450

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)