mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
Revise refactoring and test failure guidelines
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
Abhitej John
parent
d016cf9356
commit
11870a3b83
@@ -107,8 +107,7 @@ dotnet test # stays green; same pass count as before
|
||||
git restore . # if the gate fails, revert THIS step and reassess
|
||||
```
|
||||
|
||||
One operation per step; never mix a refactor and a behavior change in the same step. On red, revert — a
|
||||
refactor that changes behavior is a bug, not a refactor.
|
||||
One operation per step; never mix a refactor and a behavior change in the same step. On red, stop and report the failure; repair only your edit without discarding unrelated worktree changes.
|
||||
|
||||
## Final response contract
|
||||
|
||||
|
||||
Reference in New Issue
Block a user