Skip to content

Commit ce62815

Browse files
authored
[docs] Fix minor typos and a doc link (#33)
1 parent 559ef72 commit ce62815

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Of course, if you have a good idea, you can also propose it directly on GitHub D
4343
```shell
4444
git checkout -b a-feature-branch #Recommended
4545
```
46-
5. Submit the coed as a commit, the commit message format specification required: [module name or type name]feature or bugfix or doc: custom message.
46+
5. Submit the code as a commit, the commit message format specification required: [module name or type name]feature or bugfix or doc: custom message.
4747
```shell
4848
git add <modified file/path>
4949
git commit -m '[docs]feature: necessary instructions' #Recommended
@@ -78,9 +78,9 @@ git push origin --delete a-dev-branch
7878
On the master/main branch, you can do the following to sync the upstream repository:
7979
8080
```shell
81-
git remote add upstream https://github.com/a2ap/a2a4j.git #Bind the remote warehouse, if it has been executed, it does not need to be executed again
82-
git checkout master
83-
git pull upstream master
81+
git remote add upstream https://github.com/a2ap/a2a4j.git #Bind the remote repository, if it has been executed, it does not need to be executed again
82+
git checkout main
83+
git pull upstream main
8484
```
8585
8686
<br>

CONTRIBUTING_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
### 查找任务
2222

2323
找到您感兴趣的问题!在我们的 GitHub 仓库问题列表中,我们通常会发布一些带有标签 `good first issue``status: volunteer wanted` 的问题。
24-
这些问题欢迎贡献者领取并为止贡献。其中,`good first issues` 通常门槛较低,适合新人。
24+
这些问题欢迎贡献者领取并为之贡献。其中,`good first issues` 通常门槛较低,适合新人。
2525

2626
当然,如果您有好的想法,也可以直接在 GitHub Discussion 中提议或与社区联系。
2727

@@ -73,8 +73,8 @@ git push origin --delete a-dev-branch
7373

7474
```shell
7575
git remote add upstream https://github.com/a2ap/a2a4j.git #绑定远程仓库,如果已经执行过,则不需要再次执行
76-
git checkout master
77-
git pull upstream master
76+
git checkout main
77+
git pull upstream main
7878
```
7979

8080
<br>

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ curl -X POST http://localhost:8089/a2a/server \
263263

264264
## 🤝 贡献
265265

266-
我们欢迎贡献!请查看我们的[贡献指南](CONTRIBUTING.md)了解详情。
266+
我们欢迎贡献!请查看我们的[贡献指南](CONTRIBUTING_CN.md)了解详情。
267267

268268
1. Fork 仓库
269269
2. 创建功能分支: `git checkout -b feature/my-feature`

0 commit comments

Comments
 (0)