Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 871 Bytes

File metadata and controls

35 lines (23 loc) · 871 Bytes

Contributing to KubeVirt Datamover Plugin

This project is part of the OADP (OpenShift API for Data Protection) ecosystem.

Guidelines

Contributing guidelines for this project are the same as the main OADP Operator project:

Quick Start

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests: make test
  5. Submit a pull request

Building

# Build locally
make build-local

# Build container image
make container

# Run tests
make test

Questions?

For questions or discussions, please open an issue or reach out via the OADP community channels.