diff --git a/docs/contributing.html b/docs/contributing.html index 3d83355cc69..634bd6378d6 100644 --- a/docs/contributing.html +++ b/docs/contributing.html @@ -128,7 +128,7 @@
To add test cases (optional) covering the change in the code generator, please refer to modules/openapi-generator/src/test/java/org/openapitools/codegen
To test the templates, please perform the following:
bin
folder. For example, run ./bin/ruby-petstore.sh
to update the Ruby PetStore API client under samples/client/petstore/ruby
For Windows, the batch files can be found under bin\windows
folder. (If you find that there are new files generated or unexpected changes as a result of the update, that's not unusual as the test cases are added to the OpenAPI spec from time to time. If you've questions or concerns, please open a ticket to start a discussion)bin
folder. For example, run ./bin/ruby-client-petstore.sh
to update the Ruby PetStore API client under samples/client/petstore/ruby
For Windows, the batch files can be found under bin\windows
folder. (If you find that there are new files generated or unexpected changes as a result of the update, that's not unusual as the test cases are added to the OpenAPI spec from time to time. If you've questions or concerns, please open a ticket to start a discussion)samples/client/petstore/ruby
, run mvn integration-test -rf :RubyPetstoreClientTests
. (some languages may not contain unit testing for Petstore and we're looking for contribution from the community to implement those tests)git commit -a
(git add -A
if added files with new test cases)fix #1542
. (Ref: closing issues using keywords)