File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## 如何贡献项目
2+ * 领取或创建新的 [ Issue] ( https://github.com/yeasy/docker_practice/issues ) ,如 [ issue 235] ( https://github.com/yeasy/docker_practice/issues/235 ) ,添加自己为 Assignee。
23
34* 在 [ GitHub] ( https://github.com/yeasy/docker_practice/fork ) 上 ` fork ` 到自己的仓库,如 ` docker_user/docker_practice ` ,然后 ` clone ` 到本地,并设置用户信息。
45
910 $ git config user.email " your email"
1011 ```
1112
12- * 修改代码后提交,并推送到自己的仓库。
13+ * 修改代码后提交,并推送到自己的仓库,注意修改提交消息为对应 Issue 号和描述 。
1314
1415 ``` bash
15- $ # do some change on the content
16- $ git commit -am " Fix issue #1: change helo to hello"
16+ $ # Update the content
17+ $ git commit -a -s
18+ $ # In commit msg dialog, add content like "Fix issue #235: describe ur change"
1719 $ git push
1820 ```
1921
20- * 在 [ GitHub] ( https://github.com/yeasy/docker_practice/pulls ) 上提交 Pull request ,添加标签,并邀请维护者进行 Review。
22+ * 在 [ GitHub] ( https://github.com/yeasy/docker_practice/pulls ) 上提交 Pull Request ,添加标签,并邀请维护者进行 Review。
2123
2224* 定期使用项目仓库内容更新自己仓库内容。
2325
You can’t perform that action at this time.
0 commit comments