Merge pull request #3063 from ePaul/patch-1

[Github issue template] instructions about how to paste YAML or JSON code
This commit is contained in:
wing328 2016-06-07 23:28:29 +08:00
commit 391cab5220

View File

@ -13,7 +13,19 @@ Also please indicate in the issue title which language/library is concerned. Eg:
##### Swagger declaration file content or url
<!-- if it is a bug, a json or yaml that produces it. -->
<!-- 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.
-->
##### Command line used for generation