mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update CONTRIBUTING.md
Co-authored-by: Sandra McCann <samccann@redhat.com>
This commit is contained in:
parent
1769bbd990
commit
933c1111cd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue