From 128954cd808f7641201bdd7d9d988e1c81165235 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Tue, 26 Aug 2025 17:05:35 -0500 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..66e3fac --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +### โœจ Summary + + +### โœ… Checklist +- [ ] ๐Ÿ–Š๏ธ Commits are signed +- [ ] ๐Ÿงช Tests added/updated: _(See the [Testing Guide](docs/testing.md) for when to use each type and how to run them)_ + - [ ] ๐Ÿ”น Unit + - [ ] ๐Ÿ”ธ Integration + - [ ] ๐ŸŒ E2E (Connect) + - [ ] ๐Ÿ”‘ E2E (Service Account) +- [ ] ๐Ÿ“š Docs updated (if behavior changed) + +### ๐Ÿ•ต๏ธ Review Notes & โš ๏ธ Risks +