Skip to content

Commit 730b70a

Browse files
authored
Merge pull request #365 from tremes/my-master
add definition of done
2 parents f3b4a19 + 4d515fb commit 730b70a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DoD.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Definition of Done
2+
3+
1. Pull request/commit includes a bug number or a JIRA number
4+
2. Unit tests are written and running cleanly in the CI environment
5+
3. All linters are running cleanly in the CI environment
6+
4. Failing CI blocks release/merge
7+
5. Code changes reviewed
8+
6. Acceptance criteria are verified and met

0 commit comments

Comments
 (0)