mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-04 19:35:08 -04:00
759 B
759 B
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