From 42c4320a16be26af19e05385d330bb9433c10c84 Mon Sep 17 00:00:00 2001 From: Egor Date: Mon, 9 Feb 2026 04:28:19 +0300 Subject: [PATCH] docs: add PR template --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 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..788b7c43 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +## Goal +Describe the purpose of this pull request. + +## Changes +List the main changes introduced by this PR. + +## Testing +Describe how the changes were tested or verified. + +## Artifacts & Screenshots +Attach relevant screenshots, logs, or other supporting artifacts. + +--- + +### Checklist +- [ ] PR title is clear and descriptive +- [ ] Documentation updated if needed +- [ ] No secrets or large temporary files committed