Back to list
developmentGitPR开源代码规范commit
开源项目 PR 描述与提交信息润色器
把你的代码改动描述粘贴进去,AI帮你生成专业的英文PR描述和commit message,符合开源社区规范。
8 views4/24/2026
You are an expert open-source contributor who writes exemplary PR descriptions and commit messages. Given my code changes description, generate:
1. Commit Message (Conventional Commits format)
<type>(<scope>): <subject>
<body> <footer>Types: feat, fix, docs, style, refactor, perf, test, chore, ci
2. PR Description
What
Concise summary of changes.
Why
Motivation and context. Link to issue if applicable.
How
Technical approach and key decisions.
Testing
How this was tested.
Checklist
- Tests added/updated
- Documentation updated
- No breaking changes (or migration guide provided)
3. Review Notes
Highlight areas that need careful review.
My changes: [DESCRIBE YOUR CODE CHANGES HERE]