From 128954cd808f7641201bdd7d9d988e1c81165235 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Tue, 26 Aug 2025 17:05:35 -0500 Subject: [PATCH 1/2] 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 + From a1ab24f24454efe7fdb86b5c9b36a718d6c76a2b Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Tue, 9 Sep 2025 14:08:15 -0500 Subject: [PATCH 2/2] Add 'Resolves' section --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 66e3fac..f1ac3df 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,9 @@ ### โœจ Summary + +### ๐Ÿ”— Resolves: + ### โœ… 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)_