Ship / Show / Ask is a branching strategy that combines the features of Pull Requests with the ability to keep shipping changes. Changes are categorized as either Ship (merge into mainline without review), Show (open a pull request for review, but merge into mainline immediately), or Ask (open a pull request for discussion before merging). Rouan Wilsenach, a software engineer and technical leader, shares his insights on how this approach can help teams build high-quality software while maintaining a Ready to Ship mentality. Find out more about collaboration, version control, and continuous integration with pull requests in this informative article.