Skip to content

Commit ae345d3

Browse files
Merge pull request #27 from MonolithProjects/develop
Add contributing info
2 parents 97b20e7 + 96c0011 commit ae345d3

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [monolithprojects]

CONTRIBUTING.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# How to contribute
2+
3+
Feel free to:
4+
5+
- [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

Comments
 (0)