- Before making any change, locate the
Justfilein the repository and identify thebuildtarget. Run the command(s) defined by thebuildtarget (typically viajust build) and resolve every error before proceeding. - After completing your change, run the
buildtarget command(s) again and fix any errors before reporting that you are done. - Check whether a
testtarget exists in theJustfile. If it does, follow the same before-and-after procedure for thetesttarget: run it prior to changes, resolve errors, make your change, run it again, and address any issues before finishing. - If the
justcommand is unavailable, execute the exact shell commands listed under each required target instead.