From 1ee16683f067c8400e487d852f4545c8d24f0abc Mon Sep 17 00:00:00 2001 From: Fagani Hajizada Date: Thu, 16 Oct 2025 15:13:59 +0200 Subject: [PATCH] chore: restore PR template auto-population Move template to .github/PULL_REQUEST_TEMPLATE.md so it automatically populates when creating new pull requests. --- .../default.md => pull_request_template.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE/default.md => pull_request_template.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/default.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/default.md rename to .github/pull_request_template.md