diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-12-06 13:32:17 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-12-06 13:32:17 +0000 |
commit | b74e6d64a42f59bf08f310157bc470d912c33b0a (patch) | |
tree | a51df63a681a097a7f60ac8c825ca87a94a41a3c /danger | |
parent | 6caaca1d3cbb0b65993795fb1059c19e7b04b421 (diff) | |
download | gitlab-ce-b74e6d64a42f59bf08f310157bc470d912c33b0a.tar.gz |
Update docs' Dangerfile
Diffstat (limited to 'danger')
-rw-r--r-- | danger/documentation/Dangerfile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/danger/documentation/Dangerfile b/danger/documentation/Dangerfile index 87c61d6e90d..be7b301866d 100644 --- a/danger/documentation/Dangerfile +++ b/danger/documentation/Dangerfile @@ -24,23 +24,24 @@ The following files require a review from the Documentation team: * #{docs_paths_to_review.map { |path| "`#{path}`" }.join("\n* ")} -When your content is ready for review, mention a technical writer in a separate -comment and explain what needs to be reviewed. - -You are welcome to mention them sooner if you have questions about writing or updating -the documentation. GitLabbers are also welcome to use the [#docs](https://gitlab.slack.com/archives/C16HYA2P5) channel on Slack. - -Who to ping [based on DevOps stages](https://about.gitlab.com/handbook/product/categories/#devops-stages): +When your content is ready for review, assign the MR to a technical writer +according to the [DevOps stages](https://about.gitlab.com/handbook/product/categories/#devops-stages) +in the table below. If necessary, mention them in a comment explaining what needs +to be reviewed. | Tech writer | Stage(s) | | ------------ | ------------------------------------------------------------ | -| `@marcia` | ~Create ~Release | +| `@marcia` | ~Create ~Release + ~"development guidelines" | | `@axil` | ~Distribution ~Gitaly ~Gitter ~Monitoring ~Packaging ~Secure | | `@eread` | ~Manage ~Configure ~Geo ~Verify | | `@mikelewis` | ~Plan | +You are welcome to mention them sooner if you have questions about writing or +updating the documentation. GitLabbers are also welcome to use the +[#docs](https://gitlab.slack.com/archives/C16HYA2P5) channel on Slack. + If you are not sure which category the change falls within, or the change is not -part of one of these categories, you can mention one of the usernames above. +part of one of these categories, mention one of the usernames above. MARKDOWN unless gitlab.mr_labels.include?('Documentation') |