openapi-generator/.github/ISSUE_TEMPLATE.md

47 lines
1.4 KiB
Markdown
Raw Normal View History

2016-05-18 15:00:16 +00:00
<!--
Please follow the issue template below for bug reports and feature requests.
Also please indicate in the issue title which language/library is concerned. Eg: [JAVA] Bug generating foo with bar
-->
##### Description
2016-08-21 04:18:45 +00:00
<!-- describe what is the question, suggestion or issue and why this is a problem for you. -->
2016-05-18 15:00:16 +00:00
##### openapi-generator version
2016-05-18 15:00:16 +00:00
<!-- which version of openapi-generator are you using, is it a regression? -->
2016-05-18 15:00:16 +00:00
##### OpenAPI declaration file content or url
2016-05-18 15:00:16 +00:00
<!-- if it is a bug, a json or yaml that produces it.
If you post the code inline, please wrap it with
```yaml
(here your code)
```
(for YAML code) or
```json
(here your code)
```
(for JSON code), so it becomes more readable. If it is longer than about ten lines,
please create a Gist (https://gist.github.com) or upload it somewhere else and
link it here.
-->
2016-05-18 15:00:16 +00:00
##### Command line used for generation
<!-- including the language, libraries and various options -->
##### Steps to reproduce
<!-- unambiguous set of steps to reproduce the bug.-->
2017-07-14 10:28:29 +00:00
##### Related issues/PRs
2016-05-18 15:00:16 +00:00
2018-05-04 11:44:01 +00:00
<!-- has a similar issue/PR been reported/opened before? Please do a search in https://github.com/openapitools/openapi-generator/issues?utf8=%E2%9C%93&q=is%3Aissue%20 -->
2016-05-18 15:00:16 +00:00
2017-07-14 10:28:29 +00:00
##### Suggest a fix/enhancement
2016-05-18 15:00:16 +00:00
<!-- if you can't fix the bug yourself, perhaps you can point to what might be
2017-07-14 10:28:29 +00:00
causing the problem (line of code or commit), or simply make a suggestion -->
2016-05-18 15:00:16 +00:00