Skip to content

Commit

Permalink
docs: fix incorrect link
Browse files Browse the repository at this point in the history
  • Loading branch information
kungege authored and headwindz committed Nov 1, 2021
1 parent e8c2129 commit c86dbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
1. 对代码库进行更改。如果适用的话,请确保写了相应的测试。
1. 确认执行 `npm run test` 后所有的测试都是通过的。开发过程中可以用 `npm run test --watch TestName` 来运行指定的测试。
1. 如果进行了任何 `props` 更改(即 `interface.ts` 文件),请不要手动更新组件下的 `README` 文件。运行 `npm run docgen` 会自动生成 `README` 文件。
1. 提交 git commit, 请同时遵守 [Commit 规范](#commit-guidelines)
1. 提交 git commit, 请同时遵守 [Commit 规范](#commit-指南)
1. 提交 pull request, 如果有对应的 issue,请进行[关联](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)

### 常用的命令
Expand Down

0 comments on commit c86dbfe

Please sign in to comment.