Welcome to ddns! We are grateful for all contributions, from bugfixes to feature implementations and even minor suggestions.
We welcome contributions from everyone. Please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. When you fork the project, GitHub will make a copy of the project that is entirely yours; it lives in your namespace, and you can push to it. Before opening a pull request please get the branch up to date, by merging in any recent changes from the main branch.
On GitHub site:
- Go to
Code
. - Click the green
Compare and Review
button. - Your branch is probably in the
Example Comparisons
list, so click on it. If not, select it for theCompare
branch. - Make sure you are comparing your new branch to
main
. - So click the base branch and change it to
main
. - Press the
Create Pull Request
button. - Provide a brief title.
- Explain the major changes you are asking to be reviewed.
If you encounter any issues while using ddns, please create an issue describing the problem. Include steps to reproduce the issue if possible. Likewise, if you have any feature requests please create an issue and describe the desired behavior.