From 9003b1e2da026f1a1197cdc809c912147bc1fe08 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 19 Mar 2021 07:36:10 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Sandra McCann --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ee6d69..3212756 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ git rebase upstream/main git checkout -b name_of_my_branch ``` -13. It can be a good approach is to start with writing integration tests if applicable. +13. We recommend you start with writing integration tests if applicable. Note: If there are any difficulties with writing the tests or you are not sure if the case can be covered, feel free to skip this step. If needed, other contributors can help you with it later.