Commit 782468ca authored by jielinxu's avatar jielinxu Committed by GitHub
Browse files

Update CONTRIBUTING.md

Former-commit-id: 2808e8e8f0eae9a8dbd1e6ba118e84aa0696975d
parent ce6d7b7f
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.