From 12680b6e52c1bd1456e2f04427b37ad3eacf0706 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Thu, 18 Apr 2024 17:53:29 -0400 Subject: [PATCH] Create CODEOWNERS Signed-off-by: David Galiffi [ROCm/rocprofiler-compute commit: b09dc36e717022066633c6bb0fee92e0cd886de9] --- projects/rocprofiler-compute/.github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 projects/rocprofiler-compute/.github/CODEOWNERS diff --git a/projects/rocprofiler-compute/.github/CODEOWNERS b/projects/rocprofiler-compute/.github/CODEOWNERS new file mode 100644 index 0000000000..f2e47c5c3a --- /dev/null +++ b/projects/rocprofiler-compute/.github/CODEOWNERS @@ -0,0 +1,6 @@ +* @koomie @coleramos425 + +# Documentation files +docs/* @ROCm/rocm-documentation +*.md @ROCm/rocm-documentation +*.rst @ROCm/rocm-documentation