docs: 新增 issue 模版与类型标签约定 - #328
Merged
Merged
Conversation
参考主流开源实践(epic / rfc / bug / feature / perf),把 issue 分类 收敛为六个类型标签 + 统一标题前缀格式 `[TYPE] <layer>: <描述>`。 - .github/ISSUE_TEMPLATE/config.yml 禁空白 issue,指向 spec - bug.yml 现象 / 复现 / 对应 spec 条款 / 后端 / 版本 - rfc.yml 动机 / 提案 / 影响面 / 备选方案 / 裁决记录 - epic.yml 目标 / 子任务清单 / 验收标准 / 依赖顺序 - feature.yml 需求 / 动机 / 落点 / 备选方案 - perf.yml 测量数据 / 后端 / 瓶颈分析 / 目标与代价 类型标签:EPIC、RFC、BUG、FEAT、PERF、DOCS。 Co-Authored-By: Claude Code <noreply@anthropic.com>
顶层追踪:主题 / 里程碑与 Epic / 完成判据 / 明确不做。 Co-Authored-By: Claude Code <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更
参考主流开源实践(epic / rfc / bug / feature / perf)规范 kvlang 的 issue 形态。
约定
EPIC、RFC、BUG、FEAT、PERF、DOCS[TYPE] <layer>: <描述>,layer 沿用既有层级名(0-kvspace/1-layout/2-runtime/3-compiler/5-formal/6-internet等)模版(GitHub issue forms)
bug.ymlBUGrfc.ymlRFCepic.ymlEPICfeature.ymlFEATperf.ymlPERFconfig.ymlstdlib/kvlang/spec/模版里固化了本项目的两条硬约束:spec 为准(实现是缺陷)、语言行为改动先落 spec 条款。
🤖 Generated with Claude Code