仓库 .gitcode/ISSUE_TEMPLATE/feature-request.yml 是创建"需求建议"类 Issue 时使用的表单模板,其中存在 2 处英文拼写/语法错误。模板内容会直接渲染给所有提 Issue 的开发者,属于 L1 基础错误。
.gitcode/ISSUE_TEMPLATE/feature-request.yml
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
Thanks for sending a requirement!
label: Backgroud(背景信息)
Backgroud
label: Background(背景信息)
其中 Backgroud 会作为表单字段名显示在 Issue 创建页面上,影响面最大。
git clone --depth 1 https://gitcode.com/cann/<repo>.git cd <repo> grep -n "Backgroud\|an requirement" .gitcode/ISSUE_TEMPLATE/feature-request.yml
在 master 分支实测(2026-09-17)可稳定复现。
同一处错误在 CANN 组织下多个仓库重复存在(已确认 asc-comm、hcomm、ops-ras、ops-test-kit、ops-collections、ops-sparse、ops-blas、pto-isa、ops-math、ascend-transformer-boost、amct、catlass、driver、metadef、oam-tools、opbase、runtime 等仓库均受影响),各仓需分别修正。
L1 基础错误(拼写错误 / 表述错误)。
您好,我们已收到反馈,待分析确认后处理修复
问题描述
仓库
.gitcode/ISSUE_TEMPLATE/feature-request.yml是创建"需求建议"类 Issue 时使用的表单模板,其中存在 2 处英文拼写/语法错误。模板内容会直接渲染给所有提 Issue 的开发者,属于 L1 基础错误。具体位置
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.Thanks for sending a requirement!label: Backgroud(背景信息)Backgroud拼写错误label: Background(背景信息)其中
Backgroud会作为表单字段名显示在 Issue 创建页面上,影响面最大。问题复现方式
git clone --depth 1 https://gitcode.com/cann/<repo>.git cd <repo> grep -n "Backgroud\|an requirement" .gitcode/ISSUE_TEMPLATE/feature-request.yml在 master 分支实测(2026-09-17)可稳定复现。
影响范围
同一处错误在 CANN 组织下多个仓库重复存在(已确认 asc-comm、hcomm、ops-ras、ops-test-kit、ops-collections、ops-sparse、ops-blas、pto-isa、ops-math、ascend-transformer-boost、amct、catlass、driver、metadef、oam-tools、opbase、runtime 等仓库均受影响),各仓需分别修正。
影响级别
L1 基础错误(拼写错误 / 表述错误)。