From 455691b66bb8d0e9f8513474fd5ee4a756e8a505 Mon Sep 17 00:00:00 2001 From: Shoaib <15994293+Schoaib@users.noreply.github.com> Date: Sun, 17 May 2026 20:09:13 +0400 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 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..6dc7fd2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## Summary + +- + +## Linked issue + +Closes # + +## Validation + +- [ ] `npm run build` +- [ ] `npm test` +- [ ] Manual check, if relevant: + +## Release impact + +- [ ] Docs updated +- [ ] Schema or output contract changed +- [ ] No release-note needed