Skip to content

Commit 33a3e3a

Browse files
committed
add issue template
1 parent f46c9e9 commit 33a3e3a

File tree

4 files changed

+64
-0
lines changed

4 files changed

+64
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+

.github/ISSUE_TEMPLATE/question.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

0 commit comments

Comments
 (0)