From 933c1111cd3802aa53cd738e2f833fd7edcdb3c6 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 19 Mar 2021 07:39:52 +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 04f5477..d63a5ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ Go to the subdirectory containing the name of module you are going to change. For example, if you are fixing the `mysql_user` module, its tests are in `tests/integration/targets/test_mysql_user/tasks`. The `main.yml` file holds test tasks and includes other test files. -Look for a suitable one to integrate your tests or create and include a dedicated one. +Look for a suitable test file to integrate your tests or create and include a dedicated test file. 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.