已开启
[Documentation|文档反馈]: .gitcode/ISSUE_TEMPLATE/feature-request.yml 模板拼写错误 2 处(Backgroud / an requirement) #593
廖氏如神创建于 10 天前
10 天前 关联了pull request:fix(.gitcode): 修正 ISSUE_TEMPLATE 模板中的英文拼写错误
10 天前 将 gcw_Z57idahf 设为负责人
3 天前 关联了pull request:fix(docs): correct article in feature-request template (fixes #593)
问题描述
仓库
.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 基础错误(拼写错误 / 表述错误)。