-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32c13f8
commit 287fff3
Showing
1 changed file
with
34 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
**注意:** 在提交问题之前,请确保已经搜索了现有的问题,以避免重复报告。 |