Create documentation in the docs folder containing everything related to getting other people's pull requests onto your local for testing. Additionally, instruct people to use the tACK / utACK paradigm. An ACK is an approval of the pull request, t vs ut implies if they personally tested it or not.
An example of when utACK is useful would be a simple PR that just changes some KV. Testers can review the changes in the source tab and leave utACK (this is something I do occasionally).
A review of a pull request should always result in either tACK, utACK, or changes requested.
Create documentation in the docs folder containing everything related to getting other people's pull requests onto your local for testing. Additionally, instruct people to use the
tACK/utACKparadigm. AnACKis an approval of the pull request,tvsutimplies if they personally tested it or not.An example of when
utACKis useful would be a simple PR that just changes some KV. Testers can review the changes in the source tab and leaveutACK(this is something I do occasionally).A review of a pull request should always result in either
tACK,utACK, or changes requested.