From 6931f15e8063238c8d3bdeebfb1d2687bd46d5f6 Mon Sep 17 00:00:00 2001 From: Martin Delille Date: Tue, 10 May 2022 11:28:44 +0200 Subject: [PATCH] Add martindelille to code owners (#12328) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 73eb45d0ee88..416f9199ba27 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -28,3 +28,8 @@ modules/openapi-generator-cli/**/* @jimschubert modules/openapi-generator-gradle-plugin/**/* @jimschubert modules/openapi-generator-maven-plugin/**/* @jimschubert +# Martin Delille +/Users/martin/dev/clone/openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppQtClientCodegen.java @martindelille +/Users/martin/dev/clone/openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppQtAbstractCodegen.java @martindelille +/Users/martin/dev/clone/openapi-generator/modules/openapi-generator/src/main/resources/cpp-qt-client @martindelille +/Users/martin/dev/clone/openapi-generator/samples/client/petstore/cpp-qt @martindelille