Skip to content

Commit 8584320

Browse files
committed
chore(github): add issue and pull request templates
1 parent 8e2a8c2 commit 8584320

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug Report
3+
about: 报告一个问题并提供复现信息
4+
title: "bug: "
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
## 问题描述
10+
- 现象:
11+
- 实际结果:
12+
- 期望结果:
13+
14+
## 复现步骤
15+
1.
16+
2.
17+
3.
18+
19+
## 环境信息
20+
- 系统版本:
21+
- 应用版本:
22+
- 是否注入 Hook:
23+
- 扫描模式(Targeted/Full):
24+
25+
## 日志与截图
26+
27+
28+
## 补充说明
29+
- 是否稳定复现:
30+
- 已尝试的规避方式:

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## 关联 Issue
2+
- Closes #
3+
4+
## 变更摘要
5+
-
6+
7+
## 主要改动
8+
-
9+
10+
## 验证
11+
- [ ] 本地构建通过
12+
- [ ] 关键场景手测通过
13+
- [ ] 未新增警告或已说明
14+
15+
## 截图/日志(如适用)
16+
-
17+
18+
## 检查清单
19+
- [ ] 仅包含本 PR 相关改动
20+
- [ ] 文案已本地化(如涉及 UI)
21+
- [ ] 提交信息清晰

0 commit comments

Comments
 (0)