From 14e3aa20d8be123346857c2a33eb93fa8edc9ba0 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Wed, 9 Oct 2024 16:47:14 -0400 Subject: [PATCH] Add code owners for the rocJPEG (#62) * Add code owners for the rocJPEG * code clean up [ROCm/rocjpeg commit: 45d8f696d49753804f1e75f543062411e9331d82] --- projects/rocjpeg/.github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 projects/rocjpeg/.github/CODEOWNERS diff --git a/projects/rocjpeg/.github/CODEOWNERS b/projects/rocjpeg/.github/CODEOWNERS new file mode 100644 index 0000000000..d27f4319a1 --- /dev/null +++ b/projects/rocjpeg/.github/CODEOWNERS @@ -0,0 +1,6 @@ +* @AryanSalmanpour @rrawther @kiritigowda +# Documentation files +docs/ @ROCm/rocm-documentation +*.md @ROCm/rocm-documentation +*.rst @ROCm/rocm-documentation +.readthedocs.yaml @ROCm/rocm-documentation \ No newline at end of file