Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Ship/Show/Ask is a fairly recent strategy to handle improve the workflow of your Pull Requests.

Its goal is to provide the advantages of having pull requests, while at the same time keeping a fast pace in producing new features. It does it by caracterizing partition your pull requests into three big categories : shipShip, show Show and askAsk, as the name suggests.

This strategy differs from more classical PR workflows by automating the management of trivial or small pull requests. This, in turn, gives more room for carefully handle complex oneschanges in more interesting pull requests.

The DevSensei app will help you apply the Ship/Show/Ask workflow to your pull requests, by guiding you through the decision to chose any of the three kindscategories.

Ask Pull Requests

You will typically opt in for an Ask pull request when you want feedback and discussions on the changes you made. You only want to merge these changes after there was enough time for discussion, reviewing changes, and decide that it is fully ready. Ask pull requests correspond to the classical way of working with pull request. Examples include:

...