mirror of
https://gitee.com/fujieid/jap.git
synced 2024-11-29 18:17:34 +08:00
1.2 KiB
1.2 KiB
Notes: Please make sure that the code you contributed does not have protocol conflicts/incompatibility
You can check your code from the following two aspects:
- Has a third-party dependency library been added? If a third-party dependent library is added, is its license compatible with LGPL-3.0? (License compatible, please refer to:开源许可证兼容性指南 - 使用库的兼容性列表)
- Have you referenced/borrowed/copied the code of other open source projects? Is the license of the project to which the referenced code belongs compatible with LGPL-3.0? (License compatible, please refer to:开源许可证兼容性指南 - 合并/修改代码的许可证兼容性列表)
If your code or newly introduced dependencies in the code are not compatible with LGPL-3.0, we may not merge your code.
What this PR does / why we need it:
Pre-submission checklist:
- Did you explain what problem does this PR solve?
- What new features have been added?
- Have you added corresponding test cases?
- Have you modified the corresponding document?
- Is this PR backward compatible?