From 9896b5f72c709b10119e0c2c589017a71d5f49db Mon Sep 17 00:00:00 2001 From: ssspamqe Date: Mon, 9 Feb 2026 21:58:49 +0300 Subject: [PATCH 1/2] feat: add template --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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 00000000..ea8fabc5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +## Goal + + +## Changes + + +## Testing + + +## Artifacts & Screenshots + + +## Checklist +- [ ] PR title clearly describes the changes +- [ ] Documentation updated if needed +- [ ] No secrets or large temporary files included From 790516c5dbc3022f840e75f36f7a5084b5eabb76 Mon Sep 17 00:00:00 2001 From: ssspamqe Date: Mon, 9 Feb 2026 22:02:48 +0300 Subject: [PATCH 2/2] feat: remove comments --- .github/pull_request_template.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ea8fabc5..17e52718 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,10 @@ ## Goal - ## Changes - ## Testing - ## Artifacts & Screenshots - ## Checklist - [ ] PR title clearly describes the changes