nodejs / nodejs/node-core-utils
Fast-track indicator in commit metadata
未关闭
还没有人认领这个 Issue。
feature request
- 主要语言
- JavaScript
- 星标
- 314
- 派生
- 137
- 平均合并
- 2 天 8 小时
- 30 天内合并 PR
- 24
描述
When a pull-request has been fast-tracked, it would likely be good for us to capture that detail in the commit metadata as an FYI. I'm thinking something simple like:
PR-URL: https://.... (fast-tracked)
or
Fast-Tracked
PR-URL: https://....
Doing so would give us a permanent record just to we can make sure in case issues pop up later.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定文件、测试或入口点。首先定位用于为 pull request 创建提交元数据的代码,然后确定如何识别快速处理的 pull request。完成的标准是:生成的元数据永久记录某个 pull request 曾被快速处理,并且所选格式有适当的测试覆盖。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100