Commit 9baed0cc authored by jielinxu's avatar jielinxu Committed by GitHub
Browse files

Update CONTRIBUTING.md

Former-commit-id: 1aa73012009b7d2460ba79395865803f92ff00f8
parent b0a74adc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.