python-packaging / python-packaging/skel
Keep track of parent repo
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 0
- フォーク
- 2
- 平均マージ
- 48分
- マージ済み PR(30日)
- 1
説明
For illustration, my projects look like this
https://github.com/python-packaging/skel
https://github.com/thatch/imperfect (branches main, skel)
local clone (main, skel) referring to (origin/main, origin/skel)
Those two github urls do not share any common ancestors; the repo skel has the code and templates to generate the branch skel. If someone wants a different default license, or changes to defaults (like whether to use codecov.io), they fork that repo.
Towards and eventual goal of e.g. a skelup command/service that runs regen-git for you against a checkout of the appropriate repo skel somewhere, we need to know what the appropriate one is. When running regen-git for the first time (after this change), we can look at that repo skel checkout's origin and record that as the default parent.
Storing this in .vars.ini in a new section seems reasonable.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Start by tracing the first-run behavior of regen-git and how it reads or writes .vars.ini. Identify where the parent skel repository’s origin could be recorded as the default parent, then verify that the stored value is available for the proposed future skelup workflow.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- tooling
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100