Update issue checklist with an item to validate the input

Update issue checklist with an item to validate the input
This commit is contained in:
William Cheng 2019-01-13 14:16:15 +08:00 committed by GitHub
parent 470fc2065d
commit 28c9b11195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ assignees: ''
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))?
- [ ] What's the version of OpenAPI Generator used?
- [ ] Have you search for related issues/PRs?
- [ ] What's the actual output vs expected output?