Skip to content

Contributing

How to contribute to Updatectl.

Development Setup

  1. Clone the repository:
bash
git clone https://github.com/yourusername/updatectl.git
cd updatectl
  1. Install Go dependencies:
bash
go mod download
  1. Build:
bash
go build

Testing

Run tests:

bash
go test ./...

Pull Requests

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Issues

Report bugs and request features on GitHub Issues.

Documentation

Update documentation for any new features in docs/.