Skip to content

Commit 09e3952

Browse files
ktrynaAksonovSergei
authored andcommitted
Create DoD file with development completion criteria
1 parent 83fa509 commit 09e3952

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/project/dod.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
sidebar_position: 6
3+
---
4+
5+
# Definition of Done
6+
7+
## For Software Development
8+
1. The task is implemented according to the requirements.
9+
2. The code is covered with unit tests.
10+
3. Static code analysis has been completed with no critical issues.
11+
4. A pull request has been created.
12+
5. The code has passed the code review.
13+
6. The pull request has been successfully merged.

0 commit comments

Comments
 (0)