Skip to content

Commit

Permalink
Merge pull request #27 from MonolithProjects/develop
Browse files Browse the repository at this point in the history
Add contributing info
  • Loading branch information
MonolithProjects authored Aug 18, 2020
2 parents 97b20e7 + 96c0011 commit ae345d3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [monolithprojects]
39 changes: 39 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# How to contribute

Feel free to:

- [Make 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.

## 1. Create an issue

When you see some issue or have an idea for improvement, [create an issue](https://github.com/monolithprojects/ansible-github_actions_runner/issues).

## 2. Fork the project

Click on `fork` on the top-right corner and fork the repository.

## 3. Make the changes

Do dthe changes in your own GitHub namespace.

## 4. Test the changes

**Note:** I will test the role again, so you don't need to do that if you don't want to.

Install [molecule](https://molecule.readthedocs.io/en/stable/) and run the test:

```bash
pip install molecule ansible-lint docker
cd ansible-github_actions_runner
molecule test
```

## 5. Create a pull request

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).


Please consider to [sponsor](https://github.com/sponsors/monolithprojects) me :-)

0 comments on commit ae345d3

Please sign in to comment.