From 0ea0a25a964ad8f589287c7da4525070469d3f17 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sat, 14 Jun 2025 21:47:00 +0200 Subject: [PATCH] Add PR template picker in the default PR template --- .github/PULL_REQUEST_TEMPLATE/config.yml | 4 ---- .github/pull_request_template.md | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/config.yml create mode 100644 .github/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/config.yml b/.github/PULL_REQUEST_TEMPLATE/config.yml deleted file mode 100644 index bdc6d428e..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -blank: true -template_sources: - - "Student task submission (EN) " - - "Student task submission (RU) " diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..b6f96f76c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ + + +Please go to the `Preview` tab and select the appropriate template: + +* [Submit Student task (English)](?expand=1&template=task_submission_en.md) +* [Submit Student task (Russian)](?expand=1&template=task_submission_ru.md)