From ad67e444d0d060a6b1f0ae967f3c8c7e762d59a5 Mon Sep 17 00:00:00 2001 From: zeevdr Date: Tue, 28 Apr 2026 08:46:07 +0300 Subject: [PATCH] docs: expand PR template with checklist and related issues Refs opendecree/decree#154 --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 613c0f3..139a091 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,19 @@ ## Summary -What does this PR do? + + +## Related issues + +Closes # ## Test plan - [ ] `make lint` passes - [ ] `make typecheck` passes -- [ ] `make test` passes (107+ tests, 80%+ coverage) +- [ ] `make test` passes + +## Checklist + +- [ ] SDK regenerated if proto changed in `decree` +- [ ] Breaking change flagged in title/description if applicable +- [ ] Changelog/release note added if applicable