feat: Add CLA (Contributor License Agreement) support for PRs#27
Merged
feat: Add CLA (Contributor License Agreement) support for PRs#27
Conversation
Contributor
|
Co-authored-by: U8F69 <[email protected]>
Copilot
AI
changed the title
[WIP] feature: CLA
feat: Add CLA (Contributor License Agreement) support for PRs
Jul 2, 2025
OrenZhang
approved these changes
Jul 2, 2025
Co-authored-by: U8F69 <[email protected]>
Contributor
Author
Contributor
|
@copilot CODE_OF_CONDUCT 里再增加一些对于代码性能的约定,如果性能有下降将拒绝合并 PR |
Co-authored-by: U8F69 <[email protected]>
Contributor
Author
已添加代码性能准则到 CODE_OF_CONDUCT.md 中,包含性能标准、测试要求以及对性能下降 PR 的拒绝合并政策。提交 a8b8f5a 完成了性能约定的添加。 |
OrenZhang
approved these changes
Jul 2, 2025
chenyme
approved these changes
Jul 2, 2025
tabloving
pushed a commit
to tabloving/cdk
that referenced
this pull request
Jul 3, 2025
feat(project): receive history api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a Contributor License Agreement (CLA) system to ensure all contributors explicitly agree that their contributions are licensed under the project's MIT license.
Changes Made
1. Created CLA.md Documentation
2. Updated PR Template
.github/pull_request_template.mdBenefits
Verification
The implementation follows the project's existing patterns and maintains compatibility with all current workflows while adding the requested CLA functionality.
Fixes #26.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.