From 21cfb95c0d15634da6a03c47eccef9e0512cf1a0 Mon Sep 17 00:00:00 2001 From: Abhinesh <142514166+AbhineshJha@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:42:38 +0530 Subject: [PATCH] fixed typo in CONTRIBUTING.md (#28766) --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0766778d61614..3bde6ad10d55b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,11 +2,11 @@ You can report a bug, submit a new feature enhancement recommendation, or commit ## Reporting Bug - - Before report a bug, please search from google to confirm you cannot find any hint on it. - - Look [issues List](https://github.com/apache/shardingsphere/issues) to confirm this issue is not a duplicated one. + - Before reporting a bug, please search from google to confirm that you cannot find any hint on it. + - Look at the [issues List](https://github.com/apache/shardingsphere/issues) to confirm this issue is not a duplicated one. - [Create](https://github.com/apache/shardingsphere/issues/new) a new issue. - Define a clear and descriptive title for the issue. - - If bug reported, please provide information below: + - If a bug is reported, please provide information below: - Details for reproduce bug step by step. Include SQL, configuration, expected results, actual results and tracing log. - ShardingSphere and your OS version. - Source code that reproduce the bug on GitHub, can be linked here. @@ -18,7 +18,7 @@ You can report a bug, submit a new feature enhancement recommendation, or commit - Explain why this enhancement is general feature for most developers. - List similar features which already available in other product if possible. Both open source and commercial software are available. - Assign label after issue created. Label should be bug, enhancement, discussion and so on. - - Please pay attention on the issue and provide more information during discuss. + - Please pay attention to the issue and provide more information during discuss. - Please close issue when it is resolved. If you don't close it, we will close it after 3 days。 - If this issue has new information, please reopen it again. Please note, issue can reopen which only closed by yourself.