diff options
author | Mek Stittri <mstittri@gitlab.com> | 2018-04-19 16:55:41 +0000 |
---|---|---|
committer | Mek Stittri <mstittri@gitlab.com> | 2018-04-19 16:55:41 +0000 |
commit | 31d242d8c3b38d318a6fedfdd9b94778ab8c00bb (patch) | |
tree | 27a756b5b963227417c250ad770e9778cde9e754 | |
parent | fb46dfb235f452333984891af5bb677f90faf174 (diff) | |
parent | 27a5deea38d92d7810e2e620ca3671b5bf2e8d36 (diff) | |
download | gitlab-ce-31d242d8c3b38d318a6fedfdd9b94778ab8c00bb.tar.gz |
Merge branch 'docs/gb/rename-qa-slack-channel-to-quality' into 'master'
Rename #qa slack channel to #quality in docs
See merge request gitlab-org/gitlab-ce!18472
-rw-r--r-- | doc/development/testing_guide/end_to_end_tests.md | 6 | ||||
-rw-r--r-- | qa/qa/page/README.md | 4 | ||||
-rw-r--r-- | qa/qa/scenario/test/sanity/selectors.rb | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/development/testing_guide/end_to_end_tests.md b/doc/development/testing_guide/end_to_end_tests.md index d10a797a142..21ec926414d 100644 --- a/doc/development/testing_guide/end_to_end_tests.md +++ b/doc/development/testing_guide/end_to_end_tests.md @@ -67,9 +67,9 @@ and examples in [the `qa/` directory][instance-qa-examples]. ## Where can I ask for help? -You can ask question in the `#qa` channel on Slack (GitLab internal) or you can -find an issue you would like to work on in [the issue tracker][gitlab-qa-issues] -and start a new discussion there. +You can ask question in the `#quality` channel on Slack (GitLab internal) or +you can find an issue you would like to work on in +[the issue tracker][gitlab-qa-issues] and start a new discussion there. [omnibus-gitlab]: https://gitlab.com/gitlab-org/omnibus-gitlab [gitlab-qa]: https://gitlab.com/gitlab-org/gitlab-qa diff --git a/qa/qa/page/README.md b/qa/qa/page/README.md index d38223f690d..2dbc59846e7 100644 --- a/qa/qa/page/README.md +++ b/qa/qa/page/README.md @@ -115,8 +115,8 @@ from within the `qa` directory. ## Where to ask for help? -If you need more information, ask for help on `#qa` channel on Slack (GitLab -Team only). +If you need more information, ask for help on `#quality` channel on Slack +(internal, GitLab Team only). If you are not a Team Member, and you still need help to contribute, please open an issue in GitLab QA issue tracker. diff --git a/qa/qa/scenario/test/sanity/selectors.rb b/qa/qa/scenario/test/sanity/selectors.rb index c87eb5f3dfb..cff320cb751 100644 --- a/qa/qa/scenario/test/sanity/selectors.rb +++ b/qa/qa/scenario/test/sanity/selectors.rb @@ -31,7 +31,7 @@ module QA current changes in this merge request. For more help see documentation in `qa/page/README.md` file or - ask for help on #qa channel on Slack (GitLab Team only). + ask for help on #quality channel on Slack (GitLab Team only). If you are not a Team Member, and you still need help to contribute, please open an issue in GitLab QA issue tracker. |