Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 409 Bytes

CONTRIBUTING-zh-tw.md

File metadata and controls

25 lines (18 loc) · 409 Bytes

前置流程

reactjs/redux 加到 clone 下來專案的 remote

git remote add upstream https://github.com/reactjs/redux.git

更新流程 (參考用)

git checkout new-doc-zh-tw
git checkout -b doc-update # 隨便 branch 名稱
git fetch upstream
git merge upstream/master

# 解決衝突 ....然後 commit
# 發 Pull Request

發佈文件

npm run docs:publish