File tree 4 files changed +64
-0
lines changed
4 files changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug Report
3
+ about : Let us know about an unexpected error, or an incorrect behavior.
4
+ labels : " type/bug"
5
+ ---
6
+
7
+ <!--
8
+ Hi there,
9
+
10
+ Thank you for opening an issue. Please be give a detailed description of the issue you are experiencing!
11
+ This will make it easier for us to review your issue.
12
+ -->
13
+ ### Operating system and Go Version
14
+
15
+ ### Issue
16
+
17
+ ### Reproduction steps
18
+
19
+ #### Expected Result
20
+
21
+ #### Actual Result
22
+
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : Curious About Something?
4
+ url : https://pkg.go.dev/github.com/DATA-DOG/go-sqlmock
5
+ about : If you have a curious about something that isn't totally clear, please checkout the documentation first before creating an issue.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature Request
3
+ about : Suggest a new feature or enhancement to this project
4
+ labels : " type/enhancement"
5
+ ---
6
+
7
+ <!--
8
+ Hi there,
9
+
10
+ Thank you for opening an issue. Please be give a detailed description of the issue you are experiencing!
11
+ This will make it easier for us to review your issue.
12
+
13
+ -->
14
+
15
+ ### Proposal
16
+ <!--
17
+ If you have an idea for a way to address the problem please describe it below.
18
+ -->
19
+
20
+ ### Use-cases
21
+ <!--
22
+ In order to properly evaluate the feature request, it is necessary to understand
23
+ the use-cases for it. Please describe below the _end goal_ you are trying to
24
+ achieve that has led you to request this feature.
25
+ -->
26
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Question
3
+ about : Ask a question
4
+ labels : " type/question"
5
+ ---
6
+
7
+ ### Question
8
+ <!--
9
+ Add a detailed description of the question
10
+ -->
11
+
You can’t perform that action at this time.
0 commit comments