diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-12 10:09:02 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-12 10:09:02 +0100 |
commit | bcb2c6de63ddf841de902be0ce1ee153c2b50fe4 (patch) | |
tree | f9c6d34993e3f496ecc363eb58ea83e7bc17e9ec /danger | |
parent | ce9e3b891bd767702e9063f7aba7e7bb4cb88643 (diff) | |
download | gitlab-ce-bcb2c6de63ddf841de902be0ce1ee153c2b50fe4.tar.gz |
Proper markdown table in docs Dangerfile
Diffstat (limited to 'danger')
-rw-r--r-- | danger/documentation/Dangerfile | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/danger/documentation/Dangerfile b/danger/documentation/Dangerfile index 422f2cb2551..1ee025f0972 100644 --- a/danger/documentation/Dangerfile +++ b/danger/documentation/Dangerfile @@ -27,24 +27,26 @@ The following files require a review from the Documentation team: 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 +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): -| ~Create | @`marcia` | -| ~Configure | `@eread | -| ~Distribution | `@axil` | -| ~Geo | `@eread | -| ~Gitaly | `@axil` | -| ~Gitter | `@axil` | -| ~Manage | `@eread | -| ~Monitoring | `@axil` | -| ~Packaging | `@axil` | -| ~Plan | `@mikelewis | -| ~Release | `marcia` | -| ~Secure | `@axil` | -| ~Verify | `@eread | +| Stage | Tech writer | +| ------------- | ----------- | +| ~Create | `@marcia` | +| ~Configure | `@eread` | +| ~Distribution | `@axil` | +| ~Geo | `@eread` | +| ~Gitaly | `@axil` | +| ~Gitter | `@axil` | +| ~Manage | `@eread` | +| ~Monitoring | `@axil` | +| ~Packaging | `@axil` | +| ~Plan | `@mikelewis`| +| ~Release | `marcia` | +| ~Secure | `@axil` | +| ~Verify | `@eread` | 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 the whole team with `@gl-docsteam`. |