Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.17 KB

File metadata and controls

32 lines (20 loc) · 1.17 KB

Welcome to openshift-virtualization-tests contributing guide

Thank you for contributing to our project!

New contributor guide

To get an overview of the project, read the README.

Issues

Create a new issue

If you find a problem with the code, search if an issue already exists. If you open a pull request to fix the problem, an issue will be automatically created. If a related issue doesn't exist, you can open a new issue using a relevant issue form.

Developer Certificate of Origin (DCO)

All commits must be signed off to certify that you wrote or have the right to submit the contribution. Add a Signed-off-by trailer to every commit:

Signed-off-by: Your Name <your@email.com>

Use git commit -s to add this automatically. Commits without a valid Signed-off-by will be rejected by CI.

Pull requests

Follow the guidelines in Developer guide

AI Tools

See the AI Contribution Policy for disclosure requirements and recommended uses.