Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 606 Bytes

File metadata and controls

19 lines (13 loc) · 606 Bytes

Contributing to OVH DynDNS

First off, thanks for taking the time to contribute!

How to contribute

  1. Fork the repository on GitHub.
  2. Clone your fork locally.
  3. Create a new feature branch (git checkout -b feature/amazing-feature).
  4. Commit your changes (git commit -m 'Add some amazing feature').
  5. Push to the branch (git push origin feature/amazing-feature).
  6. Open a Pull Request.

Coding Standards

  • Use go fmt to format your code.
  • Run go mod tidy to clean up dependencies.
  • Ensure the code compiles with go build ./cmd/ovh-dyndns.