diff options
author | Ramya Authappan <rauthappan@gitlab.com> | 2019-08-13 07:47:16 +0000 |
---|---|---|
committer | Ramya Authappan <rauthappan@gitlab.com> | 2019-08-13 07:47:16 +0000 |
commit | 02ed8c12ff7e3de88a38bb4df935994f19162faf (patch) | |
tree | 432b2211727c3009f988961c15ef136160c0f8b9 /.gitlab | |
parent | b24359e24d55ed15b75be99dd12ed504a946afe1 (diff) | |
parent | 66a477b7ca63ed0fa94e7220ce8671696d90460d (diff) | |
download | gitlab-ce-02ed8c12ff7e3de88a38bb4df935994f19162faf.tar.gz |
Merge branch 'doc-update-template' into 'master'
Update link to test engineering docs
See merge request gitlab-org/gitlab-ce!31681
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Feature proposal.md | 2 | ||||
-rw-r--r-- | .gitlab/issue_templates/Test plan.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Feature proposal.md b/.gitlab/issue_templates/Feature proposal.md index 8a49715e0e8..2ba6b68a53e 100644 --- a/.gitlab/issue_templates/Feature proposal.md +++ b/.gitlab/issue_templates/Feature proposal.md @@ -26,7 +26,7 @@ Add all known Documentation Requirements here, per https://docs.gitlab.com/ee/de ### Testing -<!-- What risks does this change pose? How might it affect the quality of the product? What additional test coverage or changes to tests will be needed? Will it require cross-browser testing? See the test engineering process for further guidelines: https://about.gitlab.com/handbook/engineering/quality/guidelines/test-engineering/ --> +<!-- What risks does this change pose? How might it affect the quality of the product? What additional test coverage or changes to tests will be needed? Will it require cross-browser testing? See the test engineering process for further help: https://about.gitlab.com/handbook/engineering/quality/test-engineering/ --> ### What does success look like, and how can we measure that? diff --git a/.gitlab/issue_templates/Test plan.md b/.gitlab/issue_templates/Test plan.md index 3aedd5859d3..f194adebc87 100644 --- a/.gitlab/issue_templates/Test plan.md +++ b/.gitlab/issue_templates/Test plan.md @@ -89,7 +89,7 @@ New end-to-end and integration tests (Selenium and API) should be added to the Please note if automated tests already exist. -When adding new automated tests, please keep [testing levels](https://docs.gitlab.com/ce/development/testing_guide/testing_levels.html) +When adding new automated tests, please keep [testing levels](https://docs.gitlab.com/ee/development/testing_guide/testing_levels.html) in mind. --> |