Contributions are welcome via GitHub pull requests.
To contribute to docker-openvpn, please use pull requests on a branch of your own fork.
This document outlines the process to help get your contribution accepted.
Contributors must sign their commits locally using GPG.
See GitHub documentation here.
- Fork this repository, develop and test your changes.
- Remember to sign your commits locally using GPG as described above.
- Submit a pull request.
After creating your fork on GitHub, you can do:
$ git clone --recursive [email protected]:your-name/docker-openvpn
$ cd docker-openvpn
$ git checkout -b your-branch-name
# DO SOME CODING HERE
$ git add your new files
$ git commit -S -m "YOUR_COMMIT_MESSAGE"
$ git push origin your-branch-name
You will then be able to create a pull request from your commit.