如何貢獻
領取或建立新的 Issue,如 issue 235,新增自己為 Assignee。
在 GitHub 上 fork 到自己的倉庫,如 docker_user/docker_practice,然後 clone 到本地,並設定使用者訊息。
$ git clone git@github.com:docker_user/docker_practice.git
$ cd docker_practice
修改程式碼後送出,並推送到自己的倉庫,注意修改送出訊息為對應 Issue 號和描述。
# Update the content
$ git commit -a -s
# In commit msg dialog, add content like "Fix issue #235: describe ur change"
$ git push
在 GitHub 上送出 Pull Request,新增標籤,並邀請維護者進行 Review。
定期使用專案倉庫內容更新自己倉庫內容。
$ git remote add upstream https://github.com/doggy8088/docker_practice
$ git fetch upstream
$ git rebase upstream/master
$ git push -f origin master
排版規範
本開源書籍遵循中文排版指南規範。