Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ issue, please link to the issue here.
- [ ] Documentation update required
- [ ] Documentation updated [in another PR](_)
- [ ] No documentation update required

## SDK impact

Protos are **not** bumped by the release automation. As the author of this
change, you are responsible for bumping the protos version and the SDKs that
consume it.

- [ ] Protos version bumped
- [ ] SDKs using these protos bumped (or follow-up tasks created and linked here)
- [ ] No SDK bump required (e.g. comment/tooling-only change)
Loading