From 9baed0cc80d3780c8a861fd1f2ac4dcfc6c14e88 Mon Sep 17 00:00:00 2001 From: jielinxu <52057195+jielinxu@users.noreply.github.com> Date: Tue, 15 Oct 2019 20:00:04 +0800 Subject: [PATCH] Update CONTRIBUTING.md Former-commit-id: 1aa73012009b7d2460ba79395865803f92ff00f8 --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39c8d77b..11068ca7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. -- GitLab