mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
Update CONTRIBUTING.md
Co-authored-by: Sandra McCann <samccann@redhat.com>
This commit is contained in:
parent
5983e8254d
commit
915780ecc4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ before starting to write code to discuss the idea with the community first.
|
|||
|
||||
We assume that you use Linux as a work environment (you can use a virtual machine as well) and have `git` installed.
|
||||
|
||||
1. If possible, make sure that you have installed and started `docker`. While you can also run tests without docker, this makes it a lot easier since you do not have to install the precise requirements and tests are running properly isolated and in the exact same environments as in CI. You often can also use `podman` with the `docker` executable shim, so if you have that you probably do not need to install `docker`.
|
||||
1. If possible, make sure that you have installed and started `docker`. While you can also run tests without docker, this makes it a lot easier since you do not have to install the precise requirements, and tests are running properly isolated and in the exact same environments as in CI. You often can also use `podman` with the `docker` executable shim, so if you have that you probably do not need to install `docker`.
|
||||
|
||||
2. Clone the [ansible-core](https://github.com/ansible/ansible) repository:
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue