Skip to content

Commit fd316ea

Browse files
authored
Merge pull request #289 from DATA-DOG/chore/issue-template
[Chore]: Add Issue Template
2 parents f46c9e9 + 33a3e3a commit fd316ea

File tree

4 files changed

+64
-0
lines changed

4 files changed

+64
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 22 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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.
Lines changed: 26 additions & 0 deletions
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

Lines changed: 11 additions & 0 deletions
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)