From 407d348e7bf4fb88461b7da7624a0663ac0fb037 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 19 Mar 2021 07:30:34 +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 de72be0..f927de6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,7 +101,7 @@ For example, if you are fixing the `mysql_user` module, its tests are in `tests/ There is the `main.yml` file which includes other test files. Look for a suitable one to integrate your tests or create and include a dedicated one. -You can use one of the existing as a draft. +You can use one of the existing test files as a draft. When fixing a bug, write a task which reproduces the bug from the issue.