From 1e404d717aea01bf1f54c15648381b9d15305137 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 17 Dec 2021 18:52:43 +0800 Subject: [PATCH] [skip e2e]Update a few words in contributing md (#13582) Signed-off-by: yanliang567 --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9b4bd5bf47..e87a4f19973 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ As for everything else in the project, the contributions to Milvus are governed ### Contributing code -**If you encountered a bug, you can** +**If you encounter a bug, you can** - (**Recommended**) File an issue about the bug. - Provide clear and concrete ways/scripts to reproduce the bug. @@ -52,7 +52,7 @@ As for everything else in the project, the contributions to Milvus are governed - (**Recommended**) Ask questions, reproduce the issue, or provide solutions. - Pull a request to fix the issue. -**If you require new feature or major enhancement, you can** +**If you require a new feature or major enhancement, you can** - (**Recommended**) File an issue about the feature/enhancement with reasons. - Provide an MEP for the feature/enhancement. @@ -63,7 +63,7 @@ As for everything else in the project, the contributions to Milvus are governed - Participate in [PR review](CODE_REVIEW.md) process. - Instruct newcomers in the community to complete the PR process. -If you want to become a contributor of Milvus, send us your pull requests! For those just getting started, see [GitHub workflow](#github-workflow) below. +If you want to become a contributor of Milvus, submit your pull requests! For those just getting started, see [GitHub workflow](#github-workflow) below. All submissions will be reviewed as quickly as possible. There will be a reviewer to review the codes, and an approver to review everything aside the codes, see [code review](CODE_REVIEW.md) for details.