Skip to content

Commit

Permalink
Merge pull request #95 from Cognifide/dod-docs
Browse files Browse the repository at this point in the history
fix DOD dotted list
  • Loading branch information
TheLaw1337 authored Nov 8, 2019
2 parents 30047e3 + 7dbda60 commit 1734693
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions docs/dod.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
The definition of done (DoD) is when all conditions, or acceptance criteria, that a software product must satisfy are met and ready to be accepted by a user, customer, team, or consuming system. [more](https://www.leadingagile.com/2017/02/definition-of-done/)

## Our Definition of Done is:

* all feature or bug requirements are implemented/fixed
* application is building correctly (detekt, prettier has no issues)
* dev has tested his feature or bug and is happy with the solution
* dev created pull request to `master` branch
* pull request has at least 2 approvals
* Travis CI also approved pull request (if present)
* (optional) QA Hug has been performed
* QA tested and accepted feature or bug
* feature or bug has been merged to `master`
* after merge Travis CI marked revision as `green`
* dev deleted feature branch from repository
* all feature or bug requirements are implemented/fixed
* application is building correctly (detekt, prettier has no issues)
* dev has tested his feature or bug and is happy with the solution
* dev created pull request to `master` branch
* pull request has at least 2 approvals
* Travis CI also approved pull request (if present)
* (optional) QA Hug has been performed
* QA tested and accepted feature or bug
* feature or bug has been merged to `master`
* after merge Travis CI marked revision as `green`
* dev deleted feature branch from repository

0 comments on commit 1734693

Please sign in to comment.