From 2189c1011bb3cc976cff64c2a578693cc79cda22 Mon Sep 17 00:00:00 2001 From: ericcheng2005 <68196762+import-brain@users.noreply.github.com> Date: Sat, 2 Oct 2021 15:29:45 -0400 Subject: [PATCH] docs: fixed minor grammar mistakes in CONTRIBUTING (#43684) PR Close #43684 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d12b7dd170..8b6a6f406f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,9 +58,9 @@ If you would like to *implement* a new feature, please consider the size of the ### Submitting an Issue -Before you submit an issue, please search the issue tracker, maybe an issue for your problem already exists and the discussion might inform you of workarounds readily available. +Before you submit an issue, please search the issue tracker. An issue for your problem might already exist and the discussion might inform you of workarounds readily available. -We want to fix all the issues as soon as possible, but before fixing a bug we need to reproduce and confirm it. +We want to fix all the issues as soon as possible, but before fixing a bug, we need to reproduce and confirm it. In order to reproduce bugs, we require that you provide a minimal reproduction. Having a minimal reproducible scenario gives us a wealth of important information without going back and forth to you with additional questions.