diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2021-06-25 13:38:39 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2021-06-25 13:38:39 -0700 |
commit | 8033d634a08e8e2b9e1d71d167e5b13f77e48954 (patch) | |
tree | 7f22f79a858403751ca8106295e35ee068b3a9b5 | |
parent | 6b346f4a89552574bd5fe077d1e7c839572cad87 (diff) |
Move CODEOWNERS and assign Al to all RST files
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | CODEOWNERS | 3 | ||||
-rw-r--r-- | docs/CODEOWNERS | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..81cc120d9 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +README.md @acmacm + +docs/*.rst @acmacm diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS deleted file mode 100644 index 2259adff6..000000000 --- a/docs/CODEOWNERS +++ /dev/null @@ -1,4 +0,0 @@ -README.md @acmacm - -# This line would also match the file README.md -*.md @acmacm
\ No newline at end of file |