Consolidate 3rd item into the 4th item in PR template (#8428)

* Consolidate 3rd item into the 4th item

* minor change, use mvnw
This commit is contained in:
William Cheng 2021-01-14 10:53:52 +08:00 committed by GitHub
parent 6b6d1b1a97
commit 2b7ae4fa46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,12 @@
- [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md).
- [ ] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
- [ ] If contributing template-only or documentation-only changes which will change sample output, [build the project](https://github.com/OpenAPITools/openapi-generator#14---build-projects) beforehand.
- [ ] Run
- [ ] Run the following to [build the project](https://github.com/OpenAPITools/openapi-generator#14---build-projects) and update samples:
```
mvn clean package
./mvnw clean package
./bin/generate-samples.sh
./bin/utils/export_docs_generators.sh
```
to update all Petstore samples related to your fix.
Commit all changed files.
This is important, as CI jobs will verify _all_ generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.