diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1cac6d0..fb99125 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Feel free to: -- [Make an issue](https://help.github.com/articles/creating-an-issue/) +- [Create an issue](https://help.github.com/articles/creating-an-issue/) - [Make a pull request](https://services.github.com/on-demand/github-cli/open-pull-request-github) into the `develop` branch Here is how you can help, a lot of steps are related to GitHub, not specifically my roles. @@ -26,7 +26,7 @@ Do dthe changes in your own GitHub namespace. Install [molecule](https://molecule.readthedocs.io/en/stable/) and run the test: ```bash -pip install molecule ansible-lint docker +pip install molecule molecule-docker ansible-lint docker cd ansible-github_actions_runner molecule test ```