small refactor samples setBatchSize (#3053)
[platform/upstream/dldt.git] / CONTRIBUTING.md
1 # How to Contribute
2 We welcome community contributions to the OpenVINO™ repository.
3 If you have an idea how to improve the product, please share it 
4 with us doing the following steps:
5
6 * Make sure you can build the product and run all tests and samples with your patch
7 * In case of a larger feature, provide relevant unit tests and one or more sample
8 * Submit a pull request at https://github.com/openvinotoolkit/openvino/pulls
9
10 ## OpenVINO™ Coding Style Guide
11 We basically use the Google style (https://google.github.io/styleguide/cppguide.html) with some exceptions:
12 * 4 spaces instead of 2 spaces for indentations
13 * Limitation of 160 symbols for the line length
14 * Exceptions are allowed
15 * Using namespace are allowed in cpp and prohibited in headers
16 * Underscore symbol before member in classes/structures
17 * thisStyleForFunctions()
18 * theSameStyleForVariables