Appearance
Contributing
How to contribute to Updatectl.
Development Setup
- Clone the repository:
bash
git clone https://github.com/yourusername/updatectl.git
cd updatectl- Install Go dependencies:
bash
go mod download- Build:
bash
go buildTesting
Run tests:
bash
go test ./...Pull Requests
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Issues
Report bugs and request features on GitHub Issues.
Documentation
Update documentation for any new features in docs/.