Created
September 29, 2011 12:04
-
-
Save koichik/1250610 to your computer and use it in GitHub Desktop.
Revisions
-
koichik revised this gist
Sep 29, 2011 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,8 @@ # プルリクエストを処理するときのチェックリスト まずは内容を確認して、問題なさげなら試してみよう。 - パッチは master 用か v0.4 用か? (master にリクエストされても v0.4 に適用できるならそうする) - パッチを確認するためのブランチを作る。 - パッチを適用する。 - ビルドしてテスト。 -
koichik created this gist
Sep 29, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ # プルリクエストを処理するときのチェックリスト まずは内容の確認して、問題なさげなら試してみよう。 - パッチは master 用か v0.4 用か? -- master にリクエストされても v0.4 に適用できるならそうする。 - パッチを確認するためのブランチを作る。 - パッチを適用する。 - ビルドしてテスト。 - コミットログに `Fixes #1234` と追記するなど。 push する前に確認 - CLA にサインしているか? - master まはた v0.4 の最新を `pull`。 - パッチを適用したブランチを `rebase`。 - ビルドしてテスト。 - master または v0.4 に `merge`。 - ビルドしてテスト。 - `git show` - `git log` - `git status` - 本当に大丈夫? - CLA をもう一度確認してみよう。 - なんてやってる間にリモートが更新されたりしてないかな? - 見落としはないよね? - よっしゃ、`git push` だ! - GitHub に「Thanks」ってコメントするなど。