From 3ef2222440c7f66f241b10e1ebf7563f169c4edb Mon Sep 17 00:00:00 2001 From: Nikita Kononenko Date: Fri, 20 Dec 2024 17:24:51 -0800 Subject: [PATCH] feat: Pull Request template Signed-off-by: Nikita Kononenko --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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 000000000..3d12d9460 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## What type of PR is this? (check all applicable) +- [ ] Refactor +- [ ] Feature +- [ ] Bug Fix +- [ ] Optimization +- [ ] Documentation Update + +## Description +> Write your description here + +## ![optional](https://img.shields.io/badge/optional-e22e31) Do you agree to the terms of the Yandex Contributor License Agreement (the “CLA”)? +``` +I hereby agree to the terms of the CLA available at: [link]. +``` +> [!TIP] +> Replace the bracketed text +> to the current version of the CLA: https://yandex.ru/legal/cla/?lang=en (in English) or https://yandex.ru/legal/cla/?lang=ru (in Russian).