Skip to content

Commit d86cbea

Browse files
authored
Update issue templates
1 parent d037188 commit d86cbea

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: Add newAPI function
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
// Description of the new API
11+
12+
API
13+
14+
```go
15+
input := inputCollection
16+
var output outputType
17+
18+
godash.NewAPI(input, ...)
19+
20+
fmt.Println(output)
21+
22+
// Output: your output here
23+
```

0 commit comments

Comments
 (0)