已关闭
[Documentation|文档反馈]: .gitcode/ISSUE_TEMPLATE/feature-request.yml 模板拼写错误 2 处(Backgroud / an requirement) #37
廖氏如神创建于  8 天前关闭于  5 天前
廖氏如神
廖氏如神
8 天前 创建

问题描述

仓库 .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. 冠词错误:requirement 以辅音音素开头,应使用 a 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 基础错误(拼写错误 / 表述错误)。

likedislike
LLiuZonggu成员
7 天前 将 LiuZonggu 设为负责人
LiuZonggu成员
7 天前 评论:

您好,我们已收到反馈,待分析确认后处理修复

likedislike
LLiuZonggu成员
7 天前 关联了pull request:fix(.gitcode): 修正 ISSUE_TEMPLATE 模板中的拼写错误(Backgroud / an requirement)
LLiuZonggu成员
7 天前 移除了负责人 LiuZonggu
LLiuZonggu成员
7 天前 将 gcw_Z57idahf 设为负责人
CANN-robotCANN-robot成员
5 天前 关闭了 issue
CANN-robotCANN-robot成员
5 天前 添加了label:resolved