mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
feat: issues template
This commit is contained in:
parent
302f1e1e44
commit
a7c9315901
1 changed files with 30 additions and 0 deletions
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: 报告一个 bug / Report a bug
|
||||||
|
title: "[BUG]"
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 问题描述 (Description)
|
||||||
|
请详细描述你遇到的问题。
|
||||||
|
Please describe the issue you encountered in detail.
|
||||||
|
|
||||||
|
## 复现步骤 (Steps to Reproduce)
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
## 预期结果 (Expected Result)
|
||||||
|
你期望得到的结果。
|
||||||
|
What you expected to happen.
|
||||||
|
|
||||||
|
## 实际结果 (Actual Result)
|
||||||
|
实际出现的结果。
|
||||||
|
What actually happened.
|
||||||
|
|
||||||
|
## 环境信息 (Environment)
|
||||||
|
- 操作系统 (OS):
|
||||||
|
- 版本 (Version):
|
||||||
|
- 其他信息 (Other):
|
Loading…
Add table
Reference in a new issue