From ac7e3c125ab7e87c7d5eacd49354d2e34c21547a Mon Sep 17 00:00:00 2001 From: Michal Muransky Date: Sun, 18 Oct 2020 15:18:59 +0200 Subject: [PATCH] Edit contribution --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```