From 33a3e3a1b4607245786f5defa34a0908dc8f24cf Mon Sep 17 00:00:00 2001 From: Ghvstcode Date: Fri, 24 Jun 2022 21:14:31 +0100 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 22 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 11 ++++++++++ 4 files changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..777c734 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug Report +about: Let us know about an unexpected error, or an incorrect behavior. +labels: "type/bug" +--- + + +### Operating system and Go Version + +### Issue + +### Reproduction steps + +#### Expected Result + +#### Actual Result + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..6d35c11 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..4a4a7f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Suggest a new feature or enhancement to this project +labels: "type/enhancement" +--- + + + +### Proposal + + +### Use-cases + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..cf68c29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: Ask a question +labels: "type/question" +--- + +### Question + +