docs: update contributing docs (#1412)

* docs: update contributing docs

* Update docs/content/zh-Hans/docs/contributing/index.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by-agent: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Rin <shinohara-rin@users.noreply.github.com>
This commit is contained in:
jim139129
2026-03-18 11:10:37 +08:00
committed by GitHub
co-authored by gemini-code-assist[bot] Rin
parent f37f8aed3c
commit 704ee24167
3 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ If you haven't clone this repository, skip this section.
Make sure your local repository is up to date with the upstream repository:
```shell
git fetch -all
git fetch --all
git checkout main
git pull upstream main --rebase
```