Skip to content

Commit a7728fc

Browse files
authored
chore(release): publish 3.3.2 (NervJS#9972)
1 parent dcd47e6 commit a7728fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ npm run bootstrap
3232
1. 务必保证 `npm run build` 能够编译成功;
3333
2. 务必保证提交的代码遵循相关包中的 `.eslintrc`, `.tslintrc`, `.stylelintrc` 所规定的规范;
3434
3. 当相关包的 `package.json` 含有 `npm test` 命令时,必须保证所有测试用例都需要通过;
35-
4. 当相关包有测试用例时,请给你提交的代码也添加相应的测试用例
35+
4. 当相关包有测试用例时,请给你提交的代码也添加相应的测试用例
3636
5. 提交代码 commit 时,commit 信息需要遵循 [Angular Style Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153)
3737
6. 如果提交的代码非常多或功能复杂,可以把 PR 分成几个 commit 一起提交。我们在合并时会根据情况 squash。
3838

0 commit comments

Comments
 (0)