Skip to content

Commit cc14818

Browse files
authored
Add using issue
1 parent e1db77a commit cc14818

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

@@ -9,15 +10,16 @@
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

0 commit comments

Comments
 (0)