From e087c0286f4238a4182ae70d3a38e6675aa2a4bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Flores?= <raphael.flores@inra.fr>
Date: Fri, 27 Mar 2020 15:27:59 +0100
Subject: [PATCH 1/2] Add test section in CONTRIBUTING.md. Fix retrospective#26

---
 CONTRIBUTING.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a304b2e1..cc256d3c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -65,3 +65,9 @@
     * or run:
       * `detect-secrets scan --update .secrets.baseline` to update the secret baseline, then
       * `detect-secrets audit .secrets.baseline` to tag it as a false positive if relevant.
+
+## Testing recommandations
+
+Behaviour driven development (upon [TDD](https://dannorth.net/2012/05/31/bdd-is-like-tdd-if/)) is recommanded for all new developments.
+
+More information on what is BDD: <https://dannorth.net/introducing-bdd/>
-- 
GitLab


From 584a189949f8d0d41479472c181b26970be5e880 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Flores?= <raphael.flores@inra.fr>
Date: Fri, 27 Mar 2020 15:31:32 +0100
Subject: [PATCH 2/2] FIx typo.

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cc256d3c..eba4d8f2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,7 +66,7 @@
       * `detect-secrets scan --update .secrets.baseline` to update the secret baseline, then
       * `detect-secrets audit .secrets.baseline` to tag it as a false positive if relevant.
 
-## Testing recommandations
+## Testing recommendations
 
 Behaviour driven development (upon [TDD](https://dannorth.net/2012/05/31/bdd-is-like-tdd-if/)) is recommanded for all new developments.
 
-- 
GitLab