diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-07-04 17:02:50 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-07-04 17:02:50 +0000 |
commit | 83271d42456003f2670089a8a30312b0b2e77bcd (patch) | |
tree | 7ac89bc2361cbd26da33a6aff054e0399fea6510 | |
parent | 9ff8f60f02efb055450b8996d269bd0626a9819a (diff) | |
parent | 4e68cf9457f7eefe3fb2cdbbc0f25901edd87bb6 (diff) | |
download | gitlab-ce-83271d42456003f2670089a8a30312b0b2e77bcd.tar.gz |
Merge branch 'doc-mj/definition-of-done' into 'master'
Definition of done includes deployed change
See merge request gitlab-org/gitlab-ce!30362
-rw-r--r-- | doc/development/contributing/merge_request_workflow.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/contributing/merge_request_workflow.md b/doc/development/contributing/merge_request_workflow.md index ce5d9786e6e..3f61ad7cb13 100644 --- a/doc/development/contributing/merge_request_workflow.md +++ b/doc/development/contributing/merge_request_workflow.md @@ -193,6 +193,7 @@ requirements. 1. [Changelog entry added](../changelog.md), if necessary. 1. Reviewed by relevant (UX/FE/BE/tech writing) reviewers and all concerns are addressed. 1. Merged by a project maintainer. +1. Confirmed to be working in the [Canary stage](https://about.gitlab.com/handbook/engineering/#canary-testing) or on GitLab.com once the contribution is deployed. 1. Added to the [release post](https://about.gitlab.com/handbook/marketing/blog/release-posts/), if relevant. 1. Added to [the website](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/features.yml), if relevant. |