Table of Contents
WooCommerce Git Flow
Conventions
Branch Naming
While we don't enforce any naming conventions except for release branches (which always start with release/), prefixes help indicate the type of branch or change they refer to. Some common prefixes include fix/, feature/, add/, and update/.
In particular, when creating a fix branch, use the correct prefix and the issue number (e.g., fix/12345) or summarize the change (e.g., fix/12345-shipping-tax-rate-saving).
Releases
コア開発では、以下のような構成とフローを採用している。
リリース・サイクル・フローチャート](/img/doc_images/release-branches.png)
詳細については、リリーススケジュールドキュメントを参照してください。