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.en-us.md 881 B

12345678910111213141516171819202122232425262728293031
  1. ---
  2. date: "2018-06-01T19:00:00+02:00"
  3. title: "Usage: 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. ## "Work In Progress" pull requests
  17. Marking a pull request as being a work in progress will prevent that pull request from being accidentally merged. To mark a pull request as being a work in progress, you must prefix its title by `WIP:` or `[WIP]` (case insensitive). Those values are configurable in your `app.ini` file :
  18. ```
  19. [repository.pull-request]
  20. WORK_IN_PROGRESS_PREFIXES=WIP:,[WIP]
  21. ```
  22. The first value of the list will be used in helpers.
  23. ## Pull Request Templates
  24. You can find more information about pull request templates in the dedicated page : [Issue and Pull Request templates](../issue-pull-request-templates)