mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-10 01:39:25 +00:00
* docs: enhance PR guidelines and template * docs: refine contribution guidelines and issue templates Clarify when to open an issue first, what can go straight to a PR, and align CONTRIBUTING with the PR template without duplicating checklists. Co-authored-by: Cursor <cursoragent@cursor.com> * chore: update doc --------- Co-authored-by: Cursor <cursoragent@cursor.com>
28 lines
1,018 B
Markdown
28 lines
1,018 B
Markdown
<!--
|
|
Thank you for your contribution to Kimi Code!
|
|
Please open an issue before sending a feature PR — PRs without prior discussion may be closed without review.
|
|
|
|
See https://github.com/MoonshotAI/kimi-code/blob/main/CONTRIBUTING.md for more.
|
|
-->
|
|
|
|
## Related Issue
|
|
|
|
<!-- Link the issue this feature came from. If there is no issue, explain the problem in the next section instead. -->
|
|
|
|
Resolve #(issue_number)
|
|
|
|
## Problem
|
|
|
|
<!-- What user need or limitation does this address? If the linked issue already covers this, write "See linked issue". -->
|
|
|
|
## What changed
|
|
|
|
<!-- What did you implement, and why does this approach fit Kimi Code? -->
|
|
|
|
## Checklist
|
|
|
|
- [ ] I have read the [CONTRIBUTING](https://github.com/MoonshotAI/kimi-code/blob/main/CONTRIBUTING.md) document.
|
|
- [ ] I have linked a related issue, or explained the problem above.
|
|
- [ ] I have added tests that prove my feature works.
|
|
- [ ] Ran `gen-changesets` skill, or this PR needs no changeset.
|
|
- [ ] Ran `gen-docs` skill, or this PR needs no doc update.
|