Files
gluetun/.github/CONTRIBUTING.md
Quentin McGaw f033204844 Contribution doc updated
- Codeowners file
- Contributing doc file
- Readme dev and contributing updated
2020-03-25 18:19:57 -04:00

795 B

Contributing

Contributions are released to the public under the open source license of this project.

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch git checkout -b my-branch-name
  3. Modify the code
  4. Ensure the docker build succeeds docker build .
  5. Commit your modifications
  6. Push to your fork and submit a pull request

Resources