GitHub开源项目代码贡献完整工作流程。使用场景:当需要为开源项目解决issue或bug时,提供从fork、同步、开发到提交PR的完整指导。包含Chrome浏览器PR提交支持。
**Summary:** Introduces a structured bug fix "change plan" module, requiring explicit pre-coding analysis to improve PR quality and review speed. - Added "Bug Fix Module: Change Plan" section with a 5-point analysis template for bug fixes. - Mandates creating a change plan (problem definition, cause, risk analysis) before any code for bugs or UX issues. - Provides clear checklists and examples illustrating minimal and safe fix workflows. - No changes to core workflows, commands, or integration points. - Documentation now enforces better process for safer, faster, and more understandable contributions.