diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 73eb45d0ee8..416f9199ba2 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