From 25f2e810ccea1a9330b295252999c4d87c82335a Mon Sep 17 00:00:00 2001 From: Harry-zklcdc Date: Sun, 4 Feb 2024 02:09:52 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=20=F0=9F=98=85=20Bug=20Report=20Issue=20T?= =?UTF-8?q?emplate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yaml | 56 ++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 5d6ddc9f82..bc670732ab 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -4,6 +4,13 @@ title: "[Bug] 🐛 " labels: - bug body: + - type: checkboxes + id: confirm + attributes: + label: Confirmations + description: 我确认我已经详细阅读了 [Wiki](https://github.com/Harry-zklcdc/go-proxy-bingai/wiki), 并且已经搜索了已有的 issue, 并没有类似问题。 + validations: + required: true - type: textarea attributes: label: Describe the bug @@ -26,14 +33,49 @@ body: attributes: label: Screenshots description: 请尽量详细地提供相关截图,可以是聊天记录、控制台日志和服务端日志、数据包内容等。 - - type: textarea + - type: dropdown + id: deploy + attributes: + label: Deploy + description: 请指明您的部署方式。 + options: + - "HuggingFace" + - "CodeSandbox" + - "Vercel" + - "Cloudflare Worker" + - "Docker" + - "Binary" + - "Others" + validations: + required: true + - type: input + id: UserId + attributes: + label: UserId + description: 用户 ID, 查看 BingAI 部署网站下的 `_clck` Cookie 值, 详细教程请参考 [这里](https://github.com/Harry-zklcdc/go-proxy-bingai/wiki/获取-UserID) + placeholder: ex. Windows 11 / macOS 14.3 / Ubuntu 22.04 + - type: input + id: OS + attributes: + label: OS & Version + description: 访问的系统及版本号 + placeholder: ex. Windows 11 / macOS 14.3 / Ubuntu 22.04 + validations: + required: true + - type: input + id: Browser + attributes: + label: Browser & Version + description: 浏览器及版本号 + placeholder: ex. Chrome 121.0.6167.85 + validations: + required: true + - type: input + id: GoProxiBingAI attributes: - label: Versions - description: 请填写相应的版本号。 - value: | - - OS: - - Browser & Version: - - GoProxiBing Version: + label: GoProxiBingAI Version + description: BingAI 本体版本 + placeholder: ex. v1.19.10 validations: required: true - type: textarea