mirror of
https://github.com/adminlove520/AI-Account-Toolkit.git
synced 2026-05-16 09:26:46 +08:00
P0 - Critical fixes: - Rewrite README.md: add badges, TOC, English summary, Star History - Fix path error (any-auto-register → packages/general/any-auto-register) - Add 6 missing submodule doc sections (chatgpt-creator, openai-oauth, etc.) - Add tempmail to submodule list table - Fix dependency install script to use recursive find - Remove temp files (github_issue_content.md, SKILL.md) P1 - Engineering standards: - Add MIT LICENSE - Rename PREQUEST_TEMPLATE.md → PULL_REQUEST_TEMPLATE.md - Clean EXTRACT_PROMPT section from PR template - Update PR review workflow labeler rules for project structure P2 - Cleanup & GitHub presence: - Remove duplicate root dirs (cloudflare_temp_email/, grokregister/) - Add GitHub Issue templates (bug, feature, new submodule) - Update repo description and topics P3 - Community & releases: - Add CONTRIBUTING.md with submodule contribution guide - Update CHANGELOG.md with v2.1.0 entries - Add OPTIMIZATION_PLAN.md for future reference
2.0 KiB
2.0 KiB
PR Type
- fix
- feat
- refactor
- docs
- chore
- test
Background And Problem
请描述当前问题、影响范围与触发场景。
(EN) Describe the problem, its impact, and what triggers it.
Scope Of Change
请列出本 PR 修改的模块和文件范围。
(EN) List the modules and files changed in this PR.
Issue Link
必须填写以下之一 / Fill in one of:
Fixes #<issue_number>Refs #<issue_number>- 无 Issue 时说明原因与验收标准 / If no issue, explain the motivation and acceptance criteria
Verification Commands And Results
请填写你实际执行过的命令和关键结果(不要只写"已测试")。
(EN) Paste the commands you actually ran and their key output (don't just write "tested"):
# example
git clone --recurse-submodules https://github.com/adminlove520/AI-Account-Toolkit.git
git submodule status
关键输出/结论 / Key output & conclusion:
Compatibility And Risk
请说明兼容性影响、潜在风险(如无请写 None)。
(EN) Describe compatibility impact and potential risks (write None if not applicable).
Rollback Plan
请至少写一句可执行的回滚方案(必填)。
(EN) Provide at least one actionable rollback step (required).
Checklist
- 本 PR 有明确动机和业务价值 / This PR has a clear motivation and value
- 已提供可复现的验证命令与结果 / Reproducible verification commands and results are included
- 已评估兼容性与风险 / Compatibility and risk have been assessed
- 已提供回滚方案 / A rollback plan is provided
- 若涉及新子模块,已更新 README.md 项目结构与子模块列表 / If adding a new submodule, README.md structure and submodule list are updated
- 若涉及用户可见变更,已同步更新
CHANGELOG.md/ If user-visible changes, CHANGELOG.md is updated