microsoft / microsoft/vscode-pull-request-github
Base branch for automatic branch creation when working on issues
未关闭
还没有人认领这个 Issue。
feature-request
- 主要语言
- TypeScript
- 星标
- 2.6k
- 派生
- 796
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 46
描述
Currently the feature branch when staring work on an issue is always created out of the default branch.
In case there are several "main" branches (for example for different versions or bigger features) one would want to create branch either out of the current branch, or have a configuration which branch should be taken as default.
The only solution right now is to create branches manually matching the pattern.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 VS Code GitHub Pull Requests extension 中自动创建分支的入口点,并检查它如何选择默认分支。确定可以在哪里选择当前分支或配置的基分支;当 issue 工作可以使用任一受支持的选项,而不必手动创建匹配的分支时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- git, github, typescript, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100