Submitting contributions to open source projects often involves challenges such as delayed feedback from maintainers, who are typically few and may be preoccupied with other tasks. The author highlights how continuous integration can alleviate this issue by shortening the feedback loop between contributors and approvers. Specifically, the use of Codefresh's new PR comment-added trigger allows maintainers to quickly initiate builds by commenting predefined commands on pull requests, ensuring that changes are not harmful before executing tests. This system not only streamlines the review process for maintainers but also benefits contributors by providing them access to build logs through publicly-viewable pipelines, enhancing transparency and potentially increasing user trust in open source projects. The author encourages incorporating Codefresh pipelines into projects to enhance testing visibility and reliability.