UNPKG

1.11 kBMarkdownView Raw
1# Contributing
2
3First of all, many thanks for considering making a contribution to this project.
4
5## Submitting PRs
6
7Please **do not** include any changes to `package-lock.json` in your PRs, even if you are updating `package.json`. These changes are almost impossible to review for security implications. If necessary, `package-lock.json` will be regenerated and committed by a maintainer after your PR is merged.
8
9## Configs
10
11The main thing we need is config files which control the process of which files are processed by a particular set of templates. Testing
12the generated code is also extremely valuable.
13
14## New templates
15
16In the first instance, templates should be submitted to the parent [swagger-codegen](https://github.com/swagger-api/swagger-codegen)
17project. If this is not possible, new templates can be added here first.
18
19## TODO items
20
21* [GitHub search](https://github.com/Mermade/openapi-codegen/search?utf8=%E2%9C%93&q=todo+language%3Ajavascript&type=)
22
23## Known bugs
24
25* [GitHub search](https://github.com/Mermade/openapi-codegen/search?utf8=%E2%9C%93&q=fixme+language%3Ajavascript&type=)