We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fa509 commit 09e3952Copy full SHA for 09e3952
docs/project/dod.md
@@ -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