This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ title: 为 Rust 语言做贡献 · Rust 程序设计语言
8
8
您已经开始学习 Rust 语言。依恋它,想要与它相拥。
9
9
如果您不确定如何参与到贡献当中,这样页面可以帮助您。
10
10
11
- ** 发现了一个大漏洞 (bug),如何报告?** [ 漏洞报告指南] [ bugs ] . 在此感谢您的建言。
11
+ ** 发现了一个大漏洞 (bug),如何报告?** [ 漏洞报告指南] [ bugs ] 。在此提前致谢!
12
12
13
- Rust有一个庞大的项目系统 ,其中最突出的是由 [ Rust 开发者] [ devs ] 在的GitHub上维护的[ rust-lang] [ rust-lang ] 。
13
+ Rust 有一个庞大的项目系统 ,其中最突出的是由 [ Rust 开发者] [ devs ] 在的GitHub上维护的 [ rust-lang 组织 ] [ rust-lang ] 。
14
14
如果您刚刚开始贡献之旅,您可能对项目的 [ CONTRIBUTING.md] 文件感兴趣,
15
15
它解释了对 [ rust-lang/rust] 的贡献的机制。
16
16
@@ -23,12 +23,14 @@ Rust有一个庞大的项目系统,其中最突出的是由 [Rust 开发者][d
23
23
不只限于官方文档——库、博客及其他非官方的消息来源。
24
24
* [ 社区建设] ( contribute-community.html )
25
25
帮助你在 Rust 中的手足同胞,以及壮大 Rust。
26
- * [ 工具、集成开发环境以及infrastructure ] ( contribute-tools.html ) :
26
+ * [ 工具、集成开发环境以及基础设施 ] ( contribute-tools.html ) :
27
27
语言的实用与人性化是一门好的语言的关键所在。
28
28
* [ 库] ( contribute-libs.html ) :
29
29
Rust 对任何特定任务的适用性主要取决于那些高质量库的可用性。
30
- * [ 语言、编译器和标准库] ( contribute-compiler.html ) :
31
- 语言设计、 功能实现、 性能的改善。
30
+ * [ 语言、编译器和标准库] ( contribute-compiler.html ) :
31
+ 语言设计、功能实现、性能的改善。
32
+ * [ 国际化] ( contribute-translations.html ) :
33
+ 通过翻译我们的网站至别的语言来传播 Rust。
32
34
33
35
如果您需要额外的指导请参考 [ #rust-internals] 或 [ internals.rust-lang.org] 。
34
36
You can’t perform that action at this time.
0 commit comments