Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix DOD dotted list #95

Merged
merged 1 commit into from
Nov 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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