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