chore: add Issue management runtime

This commit is contained in:
Tianyi Cui
2026-08-03 16:38:11 +08:00
parent 6a3caea277
commit f3fd8e4cd3
10 changed files with 920 additions and 0 deletions

22
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@@ -0,0 +1,22 @@
---
name: Bug
about: 记录现有预期行为的失效
title: ''
labels: ''
assignees: ''
type: Bug
---
<!-- 标题写中文行动或结果句;外露正文不超过 50 单位。 -->
一句话说明错误结果。
<details>
<summary>复现、预期与验收</summary>
- 复现步骤:
- 实际结果:
- 预期结果:
- 环境:
- 验收条件:
</details>