add link to the "new-generator" guide (#3227)

* add link to the new--generator guide

* Update CONTRIBUTING.md
This commit is contained in:
DanielHabenicht 2019-06-26 17:57:24 +02:00 committed by Esteban Gehring
parent f41cd234d9
commit 7af2bc8dff

View File

@ -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).