Skip to content

Commit

Permalink
Add contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmishin committed Jul 14, 2024
1 parent 5319d03 commit 9168b92
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contributing to ansible-role-openvpn

## How to contribute

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Push to the Branch (`git push origin feature/AmazingFeature`)
4. Open a Pull Request

## Code of Conduct

We expect all contributors to follow our [Code of Conduct](CODE_OF_CONDUCT.md) when participating in our community.

## License

aovpn/ansible-role-openvpn is released under the [MIT License](LICENSE). By contributing to this project, you agree to license your contributions under the same license.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,14 @@ Client configuration files are copied to the machine where you ran the ansible-p
## More examples
More examples will be provided in future documentation, which will be linked here. Stay tuned!

# Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

Check out our [contributing guide](CONTRIBUTING.md) to get started.

Don't forget to give the project a star! Thanks again!

# License
MIT

Expand Down

0 comments on commit 9168b92

Please sign in to comment.