You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Make an issue](https://help.github.com/articles/creating-an-issue/)
6
+
-[Make a pull request](https://services.github.com/on-demand/github-cli/open-pull-request-github) into the `develop` branch
7
+
8
+
Here is how you can help, a lot of steps are related to GitHub, not specifically my roles.
9
+
10
+
## 1. Create an issue
11
+
12
+
When you see some issue or have an idea for improvement, [create an issue](https://github.com/monolithprojects/ansible-github_actions_runner/issues).
13
+
14
+
## 2. Fork the project
15
+
16
+
Click on `fork` on the top-right corner and fork the repository.
17
+
18
+
## 3. Make the changes
19
+
20
+
Do dthe changes in your own GitHub namespace.
21
+
22
+
## 4. Test the changes
23
+
24
+
**Note:** I will test the role again, so you don't need to do that if you don't want to.
25
+
26
+
Install [molecule](https://molecule.readthedocs.io/en/stable/) and run the test:
27
+
28
+
```bash
29
+
pip install molecule ansible-lint docker
30
+
cd ansible-github_actions_runner
31
+
molecule test
32
+
```
33
+
34
+
## 5. Create a pull request
35
+
36
+
Please create a pull request into the `develop` branch. Here is [how to do it](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork).
37
+
38
+
39
+
Please consider to [sponsor](https://github.com/sponsors/monolithprojects) me :-)
0 commit comments