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

32 lines
735 B
YAML

name: "📊 进度查询"
description: "想知道自己或团队的开发进度"
title: "[进度] "
labels: ["progress-query", "pending"]
assignees: []
body:
- type: input
id: dev_id
attributes:
label: "你的开发者编号"
placeholder: "DEV-00X"
validations:
required: true
- type: dropdown
id: query_type
attributes:
label: "查什么"
options:
- 我自己的进度
- 我下一步要做什么
- 团队整体进度
- 谁在做跟我相关的模块
- 我的模块依赖谁
validations:
required: true
- type: textarea
id: extra
attributes:
label: "补充说明(可选)"
validations:
required: false