docs: removed recomendation of must/should/may language

This commit is contained in:
2026-02-06 13:51:38 -05:00
parent a8b25b3331
commit 77ed72fd3d
+1 -5
View File
@@ -539,11 +539,7 @@ Optional but recommended for reusable actions.
#### 4) `definition_of_done` (DoD)
Required. Must be explicit and testable. Prefer structured "must/should/may" language:
* Must: requirements that must be met for completion
* Should: quality targets
* May: optional stretch goals
Required. Must be explicit and testable.
#### 5) `actors`