From a1ab24f24454efe7fdb86b5c9b36a718d6c76a2b Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Tue, 9 Sep 2025 14:08:15 -0500 Subject: [PATCH] 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)_