Skip to content

Commit

Permalink
update pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
natebrennand committed Oct 30, 2022
1 parent 0bd9d6f commit 6bc271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A short description of what this PR does.
- [x] I acknowledge that all my contributions will be made under the project's license
- [ ] Run `make test-docker`
- [ ] Verify affected language:
- [ ] Generate [twilio-go](https://github.com/twilio/twilio-go) from our [OpenAPI specification](https://github.com/twilio/twilio-oai) using the [build_twilio_go.py](./examples/build_twilio_go.py) using `python examples/build_twilio_go.py path/to/twilio-oai/spec/yaml path/to/twilio-go` and inspect the diff
- [ ] Generate [twilio-go](https://github.com/twilio/twilio-go) from our [OpenAPI specification](https://github.com/twilio/twilio-oai) using the [build_twilio_library.py](./scripts/build_twilio_library.py) using `python3 scripts/build_twilio_library.py -lang go path/to/twilio-oai/spec/yaml path/to/twilio-go` and inspect the diff
- [ ] Run `make test` in `twilio-go`
- [ ] Create a pull request in `twilio-go`
- [ ] Provide a link below to the pull request
Expand Down

0 comments on commit 6bc271e

Please sign in to comment.