freeCodeCamp / chinese

https://github.com/freeCodeCamp/news-translation/projects/2?fullscreen=true
Creative Commons Attribution Share Alike 4.0 International
207 stars 211 forks source link

freeCodeCamp.org Social Banner Pull Requests Welcome first-timers-only Friendly CI & CD

freeCodeCamp 文章翻译计划

freeCodeCamp 英文专栏发布了大量优质文章,分享前端、后端、产品、设计等领域的深度教程,以及学习编程的经历和求职经验。我们一起把这些文章翻译成中文,分享给更多读者。

参与收获

如何参与翻译

如果你此前没有在 GitHub 协作翻译的经验,请在认领翻译前阅读以下指南:

相信你可以根据这份清晰、简洁的指南提交你的第一篇译文!

如何参与校对

每一篇翻译好的文章,我们会有一位贡献者对其进行校对。如果你希望参与校对,请在 Review-awaiting 列表选取文章并留言“认领校对”。

发布译文

译者交流

全球社区双周会

日常交流

贡献者们可以在 freeCodeCamp Discord #translation-discussion 频道或者中文社区微信群即时交流。

Lint & Format rules

Linter

Cloud

This repository has a GitHub action to lint Markdown & Native Language syntax on Pull Request commits, translators should follow the Lint Report to fix Syntax Warnings & Errors of the own article.

Local

To use Linters locally by running these commands shown below:

# First time
cd ~/Desktop
git clone https://github.com/freeCodeCamp/chinese.git
cd chinese
npm install
# Every time
npm test

Formatter

Prettier has many Formatter Plugins to support popular Editors & IDEs.