Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save grokify/b2b894ebb7f5c3cbc81d5bde718b3aac to your computer and use it in GitHub Desktop.
Save grokify/b2b894ebb7f5c3cbc81d5bde718b3aac to your computer and use it in GitHub Desktop.
5 Second Guide to Creating a Pull Request for OpenAPI Generator for Go
$ bin/go-petstore.sh
$ mvn verify -f samples/client/petstore/go
$ mvn verify
$ git add *
$ git commit -m 'description of your PR'
$ bin/utils/ensure-up-to-date
$ git push origin go/client/<your-change>
@grokify
Copy link
Author

grokify commented Jul 21, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment