docs: zh-cn contributing translation and update CLA link - #2745
Conversation
- Translate untranslated sections (What to Help With, Creating Examples, Moving Examples) - Fix critical mistranslation: 'please don't worry' -> 'please do not hesitate to create an issue' - Remove content not present in English version (submodule init steps) - Add missing content from English version (GitHub code loading explanation) - Fix punctuation: replace English periods/commas with Chinese equivalents - Add spaces between Chinese and English/numbers - Shorten linkTitle from '为 Selenium 文档做贡献' to '贡献' - Fix section title: '贡献' -> '贡献机制' (Contribution Mechanics) - Fix typo: '推push' -> 'push' - Unify pronoun: '你' -> '您' - Fix CLA reference: '步骤 7' -> '步骤 8' - Align aliases indentation with English version (2 spaces)
- Title: add missing 'site' (站点) to match 'site & documentation' - Fix 'ask' mistranslated as '描述' -> '询问' (line 39) - Add missing 'valuable' -> '重大且有价值的贡献' (line 97) - Fix 'dev' mistranslated as 'trunk' -> 'dev' (line 130) - Add missing 'for contribution' -> '贡献规范' (line 148) - Fix 'reference issues fixed' -> '引用已修复的问题' (line 162) - Fix 'around 50' -> '大约 50 个字符或更少' (line 165) - Add missing 'all other lines' -> '所有其他行' (line 167) - Fix 'from time to time' mistranslated as '实时的' -> '不时地' (line 191)
- Remove incorrect '(see Step 7)' / '(ステップ7を参照)' / '(consulte a Etapa 7)' self-references - Add CLA signing instructions: visit https://cla-assistant.io/SeleniumHQ/seleniumhq.github.io and click 'Sign in with GitHub to agree' button - Update all 4 language versions: en, zh-cn, ja, pt-br
- Replace bare URL with markdown link [text](url) format - Apply semantic linefeeds per style guide (~100 chars per line) - Update all 4 language versions: en, zh-cn, ja, pt-br
- Replace bare URL with markdown link in Communication section - Add missing period at end of zh-cn sentence - Update all 4 language versions: en, zh-cn, ja, pt-br
- Add missing period at end of sentence
- Align phrasing with English version ('can be found at' -> '可以在...找到')
- Revert unnecessary URL changes in en/ja/pt-br versions (keep bare URLs as-is)
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Summary by QodoDocs: clarify CLA signing link and improve zh-cn contributing translation
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
10 rules 1.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the “Contributing” documentation pages by improving the Simplified Chinese translation (including front matter and phrasing) and by clarifying how to sign the CLA via cla-assistant across several languages.
Changes:
- Refreshed and reformatted the
zh-cncontributing page content and front matter to better match current wording and formatting. - Updated the CLA instructions to include a direct cla-assistant link and the specific button text to click (EN / PT-BR / JA / ZH-CN).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
website_and_docs/content/documentation/about/contributing.zh-cn.md |
Major translation refresh, front matter cleanup, and expanded CLA instructions. |
website_and_docs/content/documentation/about/contributing.pt-br.md |
Adds explicit cla-assistant signing instructions after the CLA mention. |
website_and_docs/content/documentation/about/contributing.ja.md |
Adds explicit cla-assistant signing instructions after the CLA mention. |
website_and_docs/content/documentation/about/contributing.en.md |
Adds explicit cla-assistant signing instructions after the CLA mention. |
Step 2 of the Chinese contributing guide referenced dev as the base branch, while Step 5 (rebase) and Step 8 (integration) both reference runk. Align Step 2 with the rest of the document and the actual repository main branch, as flagged by Copilot and Qodo reviews.
|
Code review by qodo was updated up to the latest commit 9d75566 |
|
hey @alaahong i don't know the language. the checks have all passed. |
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
update contributing translation and CLA link
Motivation and Context
CLA link is confusing for per language
Update Chinese contribution version
Types of changes
Checklist