You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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. AnACK
is an approval of the pull request,t
vsut
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 leaveutACK
(this is something I do occasionally).A review of a pull request should always result in either
tACK
,utACK
, or changes requested.The text was updated successfully, but these errors were encountered: