From 581f70b102d7443aeea4f19cf04d570150e8cc42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E9=82=89=E7=A5=90=E4=B8=80=20/=20Yuichi=20Watana?= =?UTF-8?q?be?= Date: Mon, 26 Jun 2023 23:33:32 +0900 Subject: [PATCH] chore: add an issue template for bug report (#408) --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..536a2ee29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +Your issue may already be reported! +Please search on the [issue tracker](https://github.com/sashabaranov/go-openai/issues) before creating one. + +**Describe the bug** +A clear and concise description of what the bug is. If it's an API-related bug, please provide relevant endpoint(s). + +**To Reproduce** +Steps to reproduce the behavior, including any relevant code snippets. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots/Logs** +If applicable, add screenshots to help explain your problem. For non-graphical issues, please provide any relevant logs or stack traces. + +**Environment (please complete the following information):** + - go-openai version: [e.g. v1.12.0] + - Go version: [e.g. 1.18] + - OpenAI API version: [e.g. v1] + - OS: [e.g. Ubuntu 20.04] + +**Additional context** +Add any other context about the problem here.