Conversation
adding compliance & Licensing part
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive "Compliance & Licensing" section to the English README, documenting the project's licensing terms, CLA requirements, and DCO guidance for contributors.
Key changes:
- Adds a new section explaining the Apache 2.0 license
- Documents CLA requirements for individual and corporate contributors
- Includes Developer Certificate of Origin (DCO) sign-off guidance
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.en.md
Outdated
| * **Individual Contributors:** If you are contributing as an individual, please refer to our [Individual CLA (ICLA)](CLA.md). | ||
| * **Corporate Contributors:** If you are contributing on behalf of an entity (e.g., a corporation or foundation), please refer to our [Corporate CLA (CCLA)](CCLA.md). |
There was a problem hiding this comment.
The referenced files CLA.md and CCLA.md do not exist in the repository. These links will be broken until the corresponding CLA documents are created and added to the project.
| * **Individual Contributors:** If you are contributing as an individual, please refer to our [Individual CLA (ICLA)](CLA.md). | |
| * **Corporate Contributors:** If you are contributing on behalf of an entity (e.g., a corporation or foundation), please refer to our [Corporate CLA (CCLA)](CCLA.md). | |
| * **Individual Contributors:** If you are contributing as an individual, please refer to the Individual Contributor License Agreement (ICLA) provided by the project maintainers. | |
| * **Corporate Contributors:** If you are contributing on behalf of an entity (e.g., a corporation or foundation), please refer to the Corporate Contributor License Agreement (CCLA) provided by the project maintainers. |
| * **Individual Contributors:** If you are contributing as an individual, please refer to our [Individual CLA (ICLA)](CLA.md). | ||
| * **Corporate Contributors:** If you are contributing on behalf of an entity (e.g., a corporation or foundation), please refer to our [Corporate CLA (CCLA)](CCLA.md). | ||
|
|
||
| > **Note:** For individual contributors, submitting a Pull Request and checking the CLA box in the [PR Template](.github/PULL_REQUEST_TEMPLATE.md) constitutes your agreement to the ICLA terms. |
There was a problem hiding this comment.
The reference to PULL_REQUEST_TEMPLATE.md is incorrect. The actual file in the repository is named pull_request_template.md (all lowercase). Additionally, the current pull request template does not contain a specific "CLA box" checkbox as mentioned in this note. The template only has a general license agreement checkbox that states "I agree that this contribution will be released under the project's open-source license".
| > **Note:** For individual contributors, submitting a Pull Request and checking the CLA box in the [PR Template](.github/PULL_REQUEST_TEMPLATE.md) constitutes your agreement to the ICLA terms. | |
| > **Note:** For individual contributors, submitting a Pull Request and checking the license agreement box in the [PR Template](.github/pull_request_template.md) constitutes your agreement to the ICLA terms. |
There was a problem hiding this comment.
Suggest changing it to: For all contributors, If you submit a PR, it means that you agree to comply with the above guidelines by default.
|
中文readme是不是应该一起同步得改呢 |
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updated links for Individual CLA and Corporate CLA to point to their respective URLs in the GitHub repository.
|
PR模板要不不改吧,把 Note: For individual contributors, submitting a Pull Request and checking the license agreement box in the PR Template constitutes your agreement to the ICLA terms.去掉咋样? |
adding compliance & Licensing part
Summary
Changes
Add a brief bullet list describing the key changes.
Testing
Describe how you tested the changes, including commands run or screenshots if relevant.