翻訳の流れとして以下のような方法を考えたのですがどうでしょうか?
翻訳の流れ:
- 翻訳するレポジトリをfork
- git remote add upstream レポジトリ
feature/japaneseブランチ作成
feature/japaneseをdefault branchにする
- nodeschoo-jp/レポジトリをfork
- nodeschoo-jp/レポジトリにPull Request
例、npm/how-to-npmの翻訳:
https://github.com/npm/how-to-npmをfork
git remote add upstream https://github.com/npm/how-to-npm
git checkout -b feature/japanese
feature/japaneseをdefault branchにする
https://github.com/nodeschool-jp/how-to-npmをfork
nodeschool-jp/how-to-npm にプルリクエスト
翻訳の流れとして以下のような方法を考えたのですがどうでしょうか?
翻訳の流れ:
feature/japaneseブランチ作成feature/japaneseをdefault branchにする例、
npm/how-to-npmの翻訳:https://github.com/npm/how-to-npmをforkgit remote add upstream https://github.com/npm/how-to-npmgit checkout -b feature/japanesefeature/japaneseをdefault branchにするhttps://github.com/nodeschool-jp/how-to-npmをforknodeschool-jp/how-to-npmにプルリクエスト