-
Notifications
You must be signed in to change notification settings - Fork 5
Definition of Done
Antonio Robirosa edited this page Feb 16, 2023
·
6 revisions
-
Code compiles
-
The change was tested
-
The new tests are meaningful
-
No PMD, Findbugs or Checkstyle violation (tested by ant qa)
-
All old tests are working (tested by ant qa)
-
The test coverage is equal or higher to 75% of the lines (tested by ant qa)
-
Code is committed in the Github repository and no files or changes are missing
-
There is at least one example deployment script showing the feature
-
The feature is documented on the wiki
-
The ticket is closed