Skip to content

Commit f11d9a2

Browse files
Merge pull request #28 from MonolithProjects/develop
Edit contribution guide
2 parents ae345d3 + ac7e3c1 commit f11d9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Feel free to:
44

5-
- [Make an issue](https://help.github.com/articles/creating-an-issue/)
5+
- [Create an issue](https://help.github.com/articles/creating-an-issue/)
66
- [Make a pull request](https://services.github.com/on-demand/github-cli/open-pull-request-github) into the `develop` branch
77

88
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.
2626
Install [molecule](https://molecule.readthedocs.io/en/stable/) and run the test:
2727

2828
```bash
29-
pip install molecule ansible-lint docker
29+
pip install molecule molecule-docker ansible-lint docker
3030
cd ansible-github_actions_runner
3131
molecule test
3232
```

0 commit comments

Comments
 (0)