diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index f6210610..593dc8eb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -10,6 +10,7 @@ body: ## 请补全标题并认真填写下方内容 - type: input + id: system_version attributes: label: 运行环境 description: 如 Windows Server 2012、CentOS 8.2 等 @@ -17,6 +18,7 @@ body: required: true - type: input + id: hb_version attributes: label: HarukaBot 版本 description: 可发送「帮助」或使用 pip show haruka-bot 查看 @@ -24,6 +26,7 @@ body: required: true - type: input + id: gocq_version attributes: label: go-cqhttp 版本 description: 启动时显示 @@ -31,6 +34,7 @@ body: required: true - type: textarea + id: bug_info attributes: label: 错误描述 description: 描述你遇到的问题,需要怎么复现?期望的结果是什么? @@ -38,6 +42,7 @@ body: required: true - type: textarea + id: log attributes: label: 报错日志(如果有) description: 运行 hb run 的目录中的 log\error.log 文件 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 21f1ddc2..d8614ee8 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -10,6 +10,7 @@ body: ## 请补全标题并认真填写下方内容 - type: input + id: hb_version attributes: label: HarukaBot 版本 description: 可发送「帮助」或使用 pip show haruka-bot 查看 @@ -17,6 +18,7 @@ body: required: true - type: textarea + id: feature_description attributes: label: 功能建议 description: 想要改进或者添加的功能 @@ -24,6 +26,7 @@ body: required: true - type: textarea + id: extra_info attributes: label: 额外信息(可选) description: 如:为什么需要这个功能?在什么场景下适用?