You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pull-request.zh-cn.md 800 B

12345678910111213141516171819202122232425262728293031
  1. ---
  2. date: "2018-06-01T19:00:00+02:00"
  3. title: "使用:Pull Request"
  4. slug: "pull-request"
  5. weight: 13
  6. toc: true
  7. draft: false
  8. menu:
  9. sidebar:
  10. parent: "usage"
  11. name: "Pull Request"
  12. weight: 13
  13. identifier: "pull-request"
  14. ---
  15. # Pull Request
  16. ## 在 pull requests 使用“Work In Progress”标记
  17. 您可以通过在一个进行中的 pull request 的标题上添加前缀 `WIP:` 或者 `[WIP]`(此处大小写敏感)来防止它被意外合并,具体的前缀设置可以在配置文件 `app.ini` 中找到:
  18. ```
  19. [repository.pull-request]
  20. WORK_IN_PROGRESS_PREFIXES=WIP:,[WIP]
  21. ```
  22. 列表的第一个值将用于 helpers 程序。
  23. ## Pull Request 模板
  24. 有关 pull request 模板的更多信息请您移步 : [Issue and Pull Request templates](../issue-pull-request-templates)