Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

53 lines
1.4 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: "❓ 开发问题"
description: "遇到技术问题?铸渊会自动回答你"
title: "[问题] "
labels: ["dev-question", "pending"]
assignees: []
body:
- type: input
id: dev_id
attributes:
label: "你的开发者编号"
description: "例如 DEV-001"
placeholder: "DEV-00X"
validations:
required: true
- type: input
id: module
attributes:
label: "相关模块"
description: "你当前在做的模块,例如 M01、M05"
placeholder: "M01"
validations:
required: true
- type: dropdown
id: category
attributes:
label: "问题分类"
options:
- 环境配置Node/npm/终端)
- SSH/服务器连接
- 代码报错
- 广播步骤看不懂
- 想知道当前进度
- Git操作
- 其他
validations:
required: true
- type: textarea
id: description
attributes:
label: "问题描述"
description: "尽量说清楚:做到哪一步了、报了什么错、截图(如果有)"
placeholder: "我在执行 npm install 的时候报错了..."
validations:
required: true
- type: textarea
id: error_log
attributes:
label: "错误日志(可选)"
description: "终端里报的错误,复制粘贴过来"
render: shell
validations:
required: false