This project is part of the OADP (OpenShift API for Data Protection) ecosystem.
Contributing guidelines for this project are the same as the main OADP Operator project:
- Contributing Guide: OADP Operator Contributing
- Code of Conduct: OADP Operator Code of Conduct
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests:
make test - Submit a pull request
# Build locally
make build-local
# Build container image
make container
# Run tests
make testFor questions or discussions, please open an issue or reach out via the OADP community channels.