
# How to Contribute to OpenVINO&trade; Contrib repository

We appreciate your intention to contribute to already existed modules or to propose a new one.
Contrib modules are licensed under the Apache\* License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms. 

## Pull Request Requirements

To contribute to `openvino_contrib` repository, please do the following steps:

* Make sure you can build the module and pass all functional tests with your patch.
* Submit a pull request (PR) to `master` branch at https://github.com/openvinotoolkit/openvino_contrib/pulls
  * Add a prefix "[module name]" to PR title, e.g. `[java_api] Versioning support`

All guidelines for contributing to the OpenVINO repositories can be found [here](https://github.com/openvinotoolkit/openvino/wiki/Contribute).

## Legal Information

[\*] Other names and brands may be claimed as the property of others.

OpenVINO is a trademark of Intel Corporation or its subsidiaries in the U.S. and/or other countries.

Copyright &copy; 2018-2026 Intel Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
```
http://www.apache.org/licenses/LICENSE-2.0
```
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
