Skip to content

Commit 6541038

Browse files
authored
Update PR template to contain all scripts to run (#14501)
* Update PR template to contain all scripts to run * Makes template more precise * Avoid requesting to run scripts that are not useful.
1 parent 6ddc8b3 commit 6541038

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@
1616
These must match the expectations made by your contribution.
1717
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example `./bin/generate-samples.sh bin/configs/java*`.
1818
For Windows users, please run the script in [Git BASH](https://gitforwindows.org/).
19+
- [ ] In case you are adding a new generator, run the following additional script :
20+
```
21+
./bin/utils/ensure-up-to-date.sh
22+
```
23+
Commit all changed files.
1924
- [ ] File the PR against the [correct branch](https://github.com/OpenAPITools/openapi-generator/wiki/Git-Branches): `master` (6.3.0) (minor release - breaking changes with fallbacks), `7.0.x` (breaking changes without fallbacks)
2025
- [ ] If your PR is targeting a particular programming language, @mention the [technical committee](https://github.com/openapitools/openapi-generator/#62---openapi-generator-technical-committee) members, so they are more likely to review the pull request.

0 commit comments

Comments
 (0)