f7a720204a
- 移除 GovAI, nomifun-tauri, 算力盒子 的 submodule 引用 - 添加所有子项目的完整源代码 - 保留原始 .git 为 .git.bak 备份
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
name: Bug Report
|
|
description: Report a reproducible problem in NomiFun.
|
|
title: "[Bug]: "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: Summary
|
|
description: What happened?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps To Reproduce
|
|
description: List exact steps, commands, or UI actions.
|
|
placeholder: |
|
|
1. Open ...
|
|
2. Click ...
|
|
3. See ...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Behavior
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version Or Commit
|
|
placeholder: "v0.x.x or git SHA"
|
|
- type: dropdown
|
|
id: surface
|
|
attributes:
|
|
label: Surface
|
|
options:
|
|
- Desktop app
|
|
- Web server
|
|
- Agent engine
|
|
- MCP / skills
|
|
- Packaging / updater
|
|
- Documentation
|
|
- Other
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs Or Screenshots
|
|
description: Paste relevant logs. Remove secrets first.
|