mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-03-19 20:57:50 +02:00
Merge pull request #289 from DATA-DOG/chore/issue-template
[Chore]: Add Issue Template
This commit is contained in:
commit
fd316ea512
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Let us know about an unexpected error, or an incorrect behavior.
|
||||||
|
labels: "type/bug"
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Hi there,
|
||||||
|
|
||||||
|
Thank you for opening an issue. Please be give a detailed description of the issue you are experiencing!
|
||||||
|
This will make it easier for us to review your issue.
|
||||||
|
-->
|
||||||
|
### Operating system and Go Version
|
||||||
|
|
||||||
|
### Issue
|
||||||
|
|
||||||
|
### Reproduction steps
|
||||||
|
|
||||||
|
#### Expected Result
|
||||||
|
|
||||||
|
#### Actual Result
|
||||||
|
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Curious About Something?
|
||||||
|
url: https://pkg.go.dev/github.com/DATA-DOG/go-sqlmock
|
||||||
|
about: If you have a curious about something that isn't totally clear, please checkout the documentation first before creating an issue.
|
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Suggest a new feature or enhancement to this project
|
||||||
|
labels: "type/enhancement"
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Hi there,
|
||||||
|
|
||||||
|
Thank you for opening an issue. Please be give a detailed description of the issue you are experiencing!
|
||||||
|
This will make it easier for us to review your issue.
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Proposal
|
||||||
|
<!--
|
||||||
|
If you have an idea for a way to address the problem please describe it below.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Use-cases
|
||||||
|
<!--
|
||||||
|
In order to properly evaluate the feature request, it is necessary to understand
|
||||||
|
the use-cases for it. Please describe below the _end goal_ you are trying to
|
||||||
|
achieve that has led you to request this feature.
|
||||||
|
-->
|
||||||
|
|
11
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: Ask a question
|
||||||
|
labels: "type/question"
|
||||||
|
---
|
||||||
|
|
||||||
|
### Question
|
||||||
|
<!--
|
||||||
|
Add a detailed description of the question
|
||||||
|
-->
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user