From 53cbee78c147ea8ecb5108ca0c9295767bd9ee14 Mon Sep 17 00:00:00 2001 From: Milosz Filimowski Date: Fri, 31 Jul 2026 16:40:24 +0200 Subject: [PATCH] docs: add SDK impact checklist to PR template Protos are no longer bumped by the release automation. The author of a protos change is responsible for bumping the protos version and the SDKs that consume it. --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 660d963..9835b54 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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)