Update CONTRIBUTING.md

Former-commit-id: 1aa73012009b7d2460ba79395865803f92ff00f8
pull/191/head
jielinxu 2019-10-15 20:00:04 +08:00 committed by GitHub
parent b0a74adcd6
commit 9baed0cc80
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ git checkout -b my-topic-branch
### General guidelines
### General guidelines
Before sending your pull requests for review, make sure your changes are consistent with the guidelines and follow the Milvus coding style.
- Include unit tests when you contribute new features, as they help to prove that your code works correctly, and also guard against future breaking changes to lower the maintenance cost.