First off, thanks for taking the time to contribute!
- Fork the repository on GitHub.
- Clone your fork locally.
- Create a new feature branch (
git checkout -b feature/amazing-feature). - Commit your changes (
git commit -m 'Add some amazing feature'). - Push to the branch (
git push origin feature/amazing-feature). - Open a Pull Request.
- Use
go fmtto format your code. - Run
go mod tidyto clean up dependencies. - Ensure the code compiles with
go build ./cmd/ovh-dyndns.