summaryrefslogtreecommitdiff
path: root/doc/development/contributing
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2018-10-29 14:55:48 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2018-10-29 14:55:48 +0500
commit53f83f2939226b01065a886921d59e459e5d0da4 (patch)
treeedb29c1f0dfc52a1d2e6b7592a692d10a9295718 /doc/development/contributing
parentb868b02c626dc4f9986eb93e54cf593055121972 (diff)
downloadgitlab-ce-53f83f2939226b01065a886921d59e459e5d0da4.tar.gz
Update definition of done with e2e tests requirement
Diffstat (limited to 'doc/development/contributing')
-rw-r--r--doc/development/contributing/merge_request_workflow.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development/contributing/merge_request_workflow.md b/doc/development/contributing/merge_request_workflow.md
index 1764e2d8b21..162d325e9b7 100644
--- a/doc/development/contributing/merge_request_workflow.md
+++ b/doc/development/contributing/merge_request_workflow.md
@@ -171,6 +171,7 @@ the feature you contribute through all of these steps.
1. Added to [the website](https://gitlab.com/gitlab-com/www-gitlab-com/), if relevant
1. Community questions answered
1. Answers to questions radiated (in docs/wiki/support etc.)
+1. [Black-box tests or end-to-end tests][e2e-tests] added if required. Please contact [the dev stage quality team][dev-stage-quality-team] with any questions
If you add a dependency in GitLab (such as an operating system package) please
consider updating the following and note the applicability of each in your
@@ -186,6 +187,8 @@ merge request:
[definition-of-done]: http://guide.agilealliance.org/guide/definition-of-done.html
[testing]: ../testing_guide/index.md
+[e2e-tests]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/testing_guide/testing_levels.md#black-box-tests-or-end-to-end-tests
+[dev-stage-quality-team]: https://about.gitlab.com/handbook/engineering/quality/dev-stage-team
---