From 287fff3920807436f1ef8058a442255c85fde7db Mon Sep 17 00:00:00 2001 From: Xavier <34981520+Xavier9896@users.noreply.github.com> Date: Wed, 27 Dec 2023 10:47:13 +0800 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 63 +++++++++++++++------------- 1 file changed, 34 insertions(+), 29 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..d3b39bc5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,43 @@ --- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - +name: Bug报告 +about: 报告问题以帮助我们改进 +title: '【Bug】-' +labels: 'bug' --- -**Describe the bug** -A clear and concise description of what the bug is. +## 问题描述 +清晰而简洁地描述您遇到的问题。 + +## 环境信息 +- vue-plugin-hiprint 版本:latest +- UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 +- Vue/React 版本: +- 构建工具:Vue CLI / Webpack / Rollup / Vite / 其他 + +## 复现步骤 +描述导致问题发生的具体步骤。 -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +1. 步骤一 +2. 步骤二 +3. ... -**Expected behavior** -A clear and concise description of what you expected to happen. +## 期望行为 +描述您期望发生的正常行为。 -**Screenshots** -If applicable, add screenshots to help explain your problem. +## 实际行为 +描述实际发生的问题行为。 -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +## 截图、录屏(如果适用) +如果可能,请提供相关的截图以更好地说明问题。 -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +## 环境信息 +- 操作系统: +- 浏览器(如果适用): +- 项目版本或 commit 哈希: + +## 其他信息 +提供任何其他可能与问题有关的信息。 + +--- -**Additional context** -Add any other context about the problem here. +**注意:** 在提交问题之前,请确保已经搜索了现有的问题,以避免重复报告。