10 lines
No EOL
389 B
Markdown
10 lines
No EOL
389 B
Markdown
---
|
|
name: woocommerce-git
|
|
description: Guidelines for git and GitHub operations in the WooCommerce repository.
|
|
---
|
|
|
|
# WooCommerce Git 指南
|
|
|
|
## 拉取请求
|
|
|
|
创建 PR 时,请遵循 `.github/PULL_REQUEST_TEMPLATE.md` 中的模板。包含模板中的所有部分;如果某个部分不适用,请在该标题下写“无”。通过 HEREDOC 将主体传递给 `gh pr create --body`。 |