The execution of bin/openapi3/{LANG}-petshop.sh
is not included in PR checklist
#2070
Closed
7 tasks
Labels
Bug Report Checklist
Description
Current PR template requires to only run
./bin/{LANG}-petstore.sh
and./bin/security/{LANG}-petstore.sh
.However, in fact,
./bin/openapi3/{LANG}-petstore.sh
also needs to be executed. If you push it without executing it, the CI job will fail.For example, the job failed when I submitted #2068.
https://circleci.com/gh/OpenAPITools/openapi-generator/4649#tests/containers/2
openapi-generator version
OpenAPI declaration file content or url
N/A
Command line used for generation
N/A
Steps to reproduce
N/A
Related issues/PRs
N/A
Suggest a fix
Would you like to add
./bin/openapi3/{LANG}-petstore.sh
to the checklist in.github/PULL_REQUEST_TEMPLATE.md
as well?The text was updated successfully, but these errors were encountered: