From 28e139a2ca1e0d01c40ba2c574f7e8708e406858 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Mon, 13 Jun 2022 16:18:18 +0200 Subject: [PATCH 1/2] FIX: typo reproducable -> reproducible --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad3adb0..6743487 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform - OS, Platform and Version (Windows, Linux, macOS, x86, ARM) - Version of the interpreter, compiler, SDK, runtime environment, package manager, depending on what seems relevant. - Your input and the output - - Is the issue reproducable? Does it exist in previous versions? + - Is the issue reproducible? Does it exist in previous versions? #### How Do I Submit a Good Bug Report? From da0964ed251c9c5306df04d66e2c63440cf4f696 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Mon, 13 Jun 2022 16:18:43 +0200 Subject: [PATCH 2/2] FIX: typo recieve -> receive --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6743487..50a52a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ We use GitHub issues to track bugs and errors. If you run into an issue with the Once it's filed: - The project team will label the issue accordingly. -- A team member will try to reproduce the issue with your provided steps. If there are no reproduction steps or no obvious way to reproduce the issue, the team will try to support you as best as they can, but you may not recieve an instant. +- A team member will try to reproduce the issue with your provided steps. If there are no reproduction steps or no obvious way to reproduce the issue, the team will try to support you as best as they can, but you may not receive an instant. - If the team discovers that this is an issue it will be marked `bug` or `error`, as well as possibly other tags relating to the nature of the error), and the issue will be left to be [implemented by someone](#your-first-code-contribution). ### Suggesting Enhancements