mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-19 13:45:28 +00:00
* docs: align contributor entry docs with approved-bug-fix-only policy * docs: align contributor entry docs with approved-bug-fix-only policy * docs: align contributor entry docs with approved-bug-fix-only policy * docs: align contributor entry docs with approved-bug-fix-only policy * docs: link Chinese contributing guide * docs: add Chinese contributing guide * docs: add Chinese bug report form * docs: add Chinese feature request form * docs: bilingual PR template header note * docs(zh-cn): naturalize intro, drop stale feature-PR template line * docs: drop stale feature-PR template line * docs: require approved issue in PR template * docs: fix project layout (agent-core-v2 is current, v1 legacy) * docs(zh-cn): fix project layout (agent-core-v2 is current, v1 legacy)
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
<!--
|
||
Thank you for your contribution to Kimi Code!
|
||
External PRs are accepted for approved bug fixes only: link an issue that a maintainer has approved (an `/approve` comment). External feature PRs are not accepted.
|
||
外部 PR 仅接受获批准的 bug 修复:请链接维护者已批准(`/approve` 评论)的 issue;不接受外部 feature PR。
|
||
|
||
See https://github.com/MoonshotAI/kimi-code/blob/main/CONTRIBUTING.md for more.
|
||
-->
|
||
|
||
## Related Issue
|
||
|
||
<!-- Link the issue this change came from. External PRs must link an issue approved by a maintainer (an `/approve` comment) — PRs without one may be closed. -->
|
||
|
||
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 (external PRs: the issue must have a maintainer's `/approve`).
|
||
- [ ] 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.
|