nodejs / nodejs/node-core-utils
validate commits to deps/v8
未关闭
还没有人认领这个 Issue。
feature request
- 主要语言
- JavaScript
- 星标
- 314
- 派生
- 137
- 平均合并
- 2 天 8 小时
- 30 天内合并 PR
- 24
描述
We have a few rules about commits to our V8 copy, that are documented in the maintaining V8 guide.
Some things could be easy to check:
- For backports / cherry-picks
- Format of the commit title
- Presence / correctness of the original commit message in the message
- Presence of the
Refs: github_urlin the message - Has the embedder string been incremented?
- For regular (minor or major) updates
- Format of the commit title
Those are just a few ideas. Let me know if it makes sense to implement them here.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 doc/guides/maintaining-V8.md,并确定 node-core-utils 中现有的提交验证入口。明确哪些 backport 和常规更新检查属于范围,然后验证每条选定规则都会报告无效提交并接受有效提交。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, node.js
- 领域
- cli, tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100