mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-28 20:15:51 +00:00
Add a CODEOWNERS file so we can get github to automatically request reviews. In this instance, specifically the docs team for markdown documents. Fixes: #1192 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
# Copyright 2019 Intel Corporation.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Define any code owners for this repository.
|
|
# The code owners lists are used to help automatically enforce
|
|
# reviews and acks of the right groups on the right PRs.
|
|
|
|
# Order in this file is important. Only the last match will be
|
|
# used. See https://help.github.com/articles/about-code-owners/
|
|
|
|
*.md @kata-containers/documentation
|
|
|