From bf549f39f610bbac3bae8edd39fe0c3756540f95 Mon Sep 17 00:00:00 2001 From: Kate <62494479+katecoded@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:37:11 -0700 Subject: [PATCH] Fix grammar issue in "Ways to contribute" page In the section "Filing an issue on GitHub", the subsection "How to reproduce the bug" says "Even if you think that the issue is trivial to reproduce, adding a minimal project that lets reproduce it is a big added value." which is missing a word. Changing it to "...lets everyone reproduce it..." fixes the grammatical error. --- community/contributing/ways_to_contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/contributing/ways_to_contribute.rst b/community/contributing/ways_to_contribute.rst index 53454c78a..b58039788 100644 --- a/community/contributing/ways_to_contribute.rst +++ b/community/contributing/ways_to_contribute.rst @@ -180,7 +180,7 @@ always provide: project that reproduces this issue out of the box, zip it and attach it to the issue (you can do this by drag and drop). Even if you think that the issue is trivial to reproduce, adding a minimal - project that lets reproduce it is a big added value. You have to keep in + project that lets everyone reproduce it is a big added value. You have to keep in mind that there are thousands of issues in the tracker, and developers can only dedicate little time to each issue.