From 296d6d3429ea8b0c607aae890a230887e662ded9 Mon Sep 17 00:00:00 2001 From: Olga Naumenko <64418523+olganaumenko@users.noreply.github.com> Date: Wed, 30 Nov 2022 15:16:05 +0300 Subject: [PATCH] Testing requirement added --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4fb92918f6..9ef2a4bb5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ Do you need to create an issue if you want to fix a bug? style** and **steps for building the project**. 5. Test your code: - * Before creating the pull request perform the tests you find necessary for your code changes. + * Please, provide regression or integration tests for your code changes. If you don't do that, the reviewer can and highly likely **_will reject_** the PR. It is the contributor's responsibility to provide such tests or to reason why they are missing. * When implementing something new, it's great to find real users and ask them to try out your feature — to prove the necessity and quality of your suggestion. 6. Check with the [Naming and labeling conventions](docs/contributing/Conventions.md).