From 2b10d61bce6450e00750449c867ccebfa3348931 Mon Sep 17 00:00:00 2001 From: mrspanishviking Date: Wed, 1 Sep 2021 11:02:06 -0700 Subject: [PATCH] github: added CODEOWNERS to automatically request tech writer review (#10962) * github: update CODEOWNERS to point to the @hashicorp/consul-docs group --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..839a65192f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Techical Writer Review + +/website/content/docs/ @hashicorp/consul-docs +/website/content/commands/ @hashicorp/consul-docs +/website/content/api-docs/ @hashicorp/consul-docs + +