Skip to content

Commit

Permalink
fix: Update index.mdx (#7283)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalala-h authored Jul 23, 2024
1 parent d67be80 commit 355d50d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/zh/contribute/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
### 最小复现

[Rspack 复现模版](https://github.com/web-infra-dev/rspack-repro) 可以被用于创建一个最小复现示例。
一个最小复现示例 (MRE) 是一段这样的代码:
最小可重现示例 (Minimal Reproducible Example,简称 MRE) 是指一段代码,它具有以下特点:

-
- 独立的
- 展示遇到的问题
简短:代码尽可能简短,不包含多余的内容。
自包含:代码可独立运行,不需要依赖外部资源或环境。
演示问题:代码能够清楚地展示所遇到的问题。

MRE 至关重要,因为它使我们能够快速理解并重现您的问题。
这反过来又增加了在更短的时间内获得有用且准确的响应的可能性。
Expand All @@ -40,7 +40,7 @@ MRE 至关重要,因为它使我们能够快速理解并重现您的问题。

1. [Fork](https://help.github.com/articles/fork-a-repo/) Rspack 的仓库到你自己的 GitHub 个人账户中。
2. [Clone](https://help.github.com/articles/cloning-a-repository/) 下这个仓库到本地。
3.`main` 签出一个新的分支
3.`main` 拉出一个新的分支
4. 搭建开发环境,可以阅读 [准备工作](/contribute/development/prerequisites) 部分来了解。
5. 如果您修复了错误或添加了需要被测试的代码,则需要添加一些测试。
6. 确保所有测试都通过,您可以阅读下面的 [Testing](/contribute/development/testing) 部分来了解。
Expand Down

0 comments on commit 355d50d

Please sign in to comment.