1# Contributing to this SDK project
2
3We work hard to provide a high-quality and useful SDK for Alibaba Cloud, and
4we greatly value feedback and contributions from our community. Please submit
5your [issues](https://github.com/aliyun/aliyun-openapi-cpp-sdk/issues) or [pull requests](https://github.com/aliyun/aliyun-openapi-cpp-sdk/pulls) through GitHub.
6
7## Tips
8
9- The SDK is released under the [Apache license][license]. Any code you submit
10   will be released under that license. For substantial contributions, we may
11   ask you to sign a [Alibaba Documentation Corporate Contributor License
12   Agreement (CLA)][cla].
13- We maintain a high percentage of code coverage in our unit tests. If you make
14   changes to the code, please add, update, and/or remove tests as appropriate.
15
16[issues]: https://github.com/aliyun/aliyun-openapi-cpp-sdk/issues
17[pull-requests]: https://github.com/aliyun-openapi-cpp-sdk/pulls
18[license]: http://www.apache.org/licenses/LICENSE-2.0
19[cla]: https://alibaba-cla-2018.oss-cn-beijing.aliyuncs.com/Alibaba_Documentation_Open_Source_Corporate_CLA.pdf
20[docs-readme]: https://github.com/aliyun/aliyun-openapi-cpp-sdk/blob/master/README.md
21