Kimi For Coding

This commit is contained in:
Kaiyi 2026-05-22 15:54:50 +08:00
commit 842e699a64
1131 changed files with 206253 additions and 0 deletions

25
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,25 @@
<!--
Thank you for your contribution to Kimi Code!
Please make sure you already discussed the feature or bugfix you are proposing in an issue with the maintainers.
Please understand that if you have not gotten confirmation from the maintainers, your pull request may be closed or ignored without further review due to limited bandwidth.
See https://github.com/MoonshotAI/kimi-code/blob/main/CONTRIBUTING.md for more.
-->
## Related Issue
<!-- Please link to the issue here. -->
Resolve #(issue_number)
## Description
<!-- Please describe your changes in detail. -->
## Checklist
- [ ] I have read the [CONTRIBUTING](https://github.com/MoonshotAI/kimi-code/blob/main/CONTRIBUTING.md) document.
- [ ] I have linked the related issue, if any.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] Ran `gen-changesets` skill, or this PR needs no changeset.
- [ ] Ran `gen-docs` skill, or this PR needs no doc update.