Files
gluetun/.github/CONTRIBUTING.md
Quentin McGaw ff9b56d6d8 docs(all): update to use newer wiki repository
- Update URLs logged by program
- Update README.md links
- Update contributing guide link
- Update issue templates links
- Replace Wiki issue template by link to Gluetun Wiki repository issue creation
- Set program announcement about Github wiki new location
2023-06-30 10:31:26 +00:00

903 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 . (you might need export DOCKER_BUILDKIT=1)
  5. Commit your modifications
  6. Push to your fork and submit a pull request

Resources