Improvements to Lifecycle of a pull request
オープン
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 2.1k
- フォーク
- 1k
- 平均マージ
- 2日 12時間
- マージ済み PR(30日)
- 12
説明
I write this issue as a feedback from Euro Python 2024 sprint to denote troubles I encountered as I contributed to cpython.
Describe the enhancement or feature you'd like
Missing content in "Lifecycle of a pull request" https://devguide.python.org/getting-started/pull-request-lifecycle/
- "Quick guide" is missing a step to create
NEWS.drecord. It's just very briefly mentioned inpatchcheck. - "Step-by-step guide" doesn't denote a branch naming convention. I was told to use
gh-<number>-<name>. - "Making good commits" doesn't mention
gh-<number>should be included in the commit message. - "Step-by-step guide" doesn't mention
gh-<number>should be included in the PR title.
Describe alternatives you've considered
None.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Python developer’s guide にあるリンク先の「Lifecycle of a pull request」ページから始め、Quick guide、Step-by-step guide、Making good commits の各セクションを確認します。NEWS.d record と gh- の命名規則およびメッセージ規則を扱うようにドキュメントを更新します。4つの要求されたワークフローの詳細がすべて明確に記載されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100