From 2b8212f92096fe7dd3063de47a799c5e7acba4d5 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Fri, 19 Apr 2024 16:31:12 -0400 Subject: [PATCH] Create CODEOWNERS file (#321) * Create CODEOWNERS Add global code owners * Add Document Owners [ROCm/rocdecode commit: 1eb08ac87c87f8c55dbc041f4a1bda77e3eaf3fb] --- projects/rocdecode/.github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 projects/rocdecode/.github/CODEOWNERS diff --git a/projects/rocdecode/.github/CODEOWNERS b/projects/rocdecode/.github/CODEOWNERS new file mode 100644 index 0000000000..deb412c52d --- /dev/null +++ b/projects/rocdecode/.github/CODEOWNERS @@ -0,0 +1,6 @@ +* @rrawther @AryanSalmanpour + +# Documentation files +docs/* @ROCm/rocm-documentation +*.md @ROCm/rocm-documentation +*.rst @ROCm/rocm-documentation