mirror of
https://github.com/kuhyx/screen-locker.git
synced 2026-07-04 15:23:02 +02:00
5 lines
579 B
Markdown
5 lines
579 B
Markdown
|
|
do NOT run tests unless specifically instructed to do so or before committing
|
||
|
|
If tests fail on the same issue twice in a row, STOP and ask the user how to proceed instead of continuing to fix and retry.
|
||
|
|
ALWAYS confirm that the feature you add / bug you fixed behaves as it should by running the program after your changes (not tests!) and inspecting output comparing it with what user wanted, after confirming by yourself ask user if the program behaves as they intended
|
||
|
|
After running tests fix all coverage gaps and issues, do not ignore unless specifically instructed to do so
|