From 7af2bc8dff4ef017e0082346c516ddb2792ea702 Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Wed, 26 Jun 2019 17:57:24 +0200 Subject: [PATCH] add link to the "new-generator" guide (#3227) * add link to the new--generator guide * Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d56929b90b..657560a7458 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,8 @@ Please file the pull request against the correct branch, e.g. `master` for non-b All the code generators can be found in [modules/openapi-generator/src/main/java/org/openapitools/codegen/languages](https://github.com/openapitools/openapi-generator/tree/master/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages) +If you want to add a new generator, follow the [new-generator](https://openapi-generator.tech/docs/new-generator) guide. + ### Templates All the templates ([mustache](https://mustache.github.io/)) can be found in [modules/openapi-generator/src/main/resources](https://github.com/openapitools/openapi-generator/tree/master/modules/openapi-generator/src/main/resources).