- Readme size lowered to 18KB - Documents created in doc/ directory - faq.md, firewall.md, development.md - Title svg as absolute path for Docker hub - Re-enabled Docker hub description workflow
2.1 KiB
2.1 KiB
Contributing
Contributions are released to the public under the open source license of this project.
Submitting a pull request
- Fork and clone the repository
- Create a new branch
git checkout -b my-branch-name - Modify the code
- Ensure the docker build succeeds
docker build . - Commit your modifications
- Push to your fork and submit a pull request
Resources
Contributors
Thanks for all the contributions, whether small or not so small!
- @JeordyR for testing the Mullvad version and opening a PR with a few fixes 👍
- @rorph for a PR to pick a random region for PIA and a PR to make the container work with kubernetes
- @JesterEE for a PR to fix silly line endings in block lists back then 📎
- @elmerfdz for a PR to add timezone information to have correct log timestampts 🕙
- @Juggels for a PR to write the PIA forwarded port to a file
- @gdlx for a PR to fix and improve PIA port forwarding script
- @janaz for keeping an eye on updating things in the Dockerfile