Update CONTRIBUTING.md

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Andrew Klychkov 2021-03-11 14:46:41 +01:00 committed by GitHub
commit f98e66f855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ before starting to write code to discuss the idea with the community first.
We assume you use Linux as a work environment (you can use a virtual machine as well). We assume you use Linux as a work environment (you can use a virtual machine as well).
1. Install ``docker``, launch it. 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: 2. Clone the [ansible-core](https://github.com/ansible/ansible) repository:
```bash ```bash