From e9266e0556dd33d3306f316ed5b34d20b871cc84 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Fri, 16 Oct 2020 01:13:53 +0200 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82,=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20template=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 0000000..56a170d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Спасибо, что решили помочь проекту и внести свой вклад в его развитие. + +Нам очень поможет, если перед созданием Pull Request вы ознакомитесь с содержимым страницы [CONTRIBUTING.md](https://github.com/ru-de/faq/blob/master/CONTRIBUTING.md), где перечислено: +- какая информация приветствуется; +- какая информация не соответствует формату данного ресурса; +- как оформить Pull Request; +- что ожидать после создания Pull Request.