We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd47e6 commit a7728fcCopy full SHA for a7728fc
CONTRIBUTING.md
@@ -32,7 +32,7 @@ $ npm run bootstrap
32
1. 务必保证 `npm run build` 能够编译成功;
33
2. 务必保证提交的代码遵循相关包中的 `.eslintrc`, `.tslintrc`, `.stylelintrc` 所规定的规范;
34
3. 当相关包的 `package.json` 含有 `npm test` 命令时,必须保证所有测试用例都需要通过;
35
-4. 当相关包有测试用例时,请给你提交的代码也添加相应的测试用例;
+4. 当相关包有测试用例时,请给你提交的代码也添加相应的测试用例。
36
5. 提交代码 commit 时,commit 信息需要遵循 [Angular Style Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153)。
37
6. 如果提交的代码非常多或功能复杂,可以把 PR 分成几个 commit 一起提交。我们在合并时会根据情况 squash。
38
0 commit comments