From 6c9fefa7b58f85d073c184de45bb6f1e9d7aa860 Mon Sep 17 00:00:00 2001 From: wing328 Date: Thu, 27 Jun 2019 10:47:05 +0800 Subject: [PATCH] update doc --- docs/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index 429aaa6006df..1544d4b197f5 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -35,6 +35,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).