woocommerce-git

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

WooCommerce Git Guidelines

WooCommerce Git 操作指南

Pull Requests

拉取请求(Pull Requests)

When creating PRs, follow the template at
.github/PULL_REQUEST_TEMPLATE.md
. Include all sections from the template; if a section does not apply, write "N/A" under that heading. Pass the body via a HEREDOC to
gh pr create --body
.
创建PR时,请遵循
.github/PULL_REQUEST_TEMPLATE.md
中的模板。需包含模板中的所有部分;若某部分不适用,请在该标题下填写“N/A”。可通过HEREDOC将正文内容传递给
gh pr create --body
命令。