From 585fbbfc23582adf1241939dc6273433783cc7ec Mon Sep 17 00:00:00 2001 From: Sergey Korol Date: Sun, 22 May 2022 00:59:55 +0300 Subject: [PATCH] Update pull_request_template.md Removed redundant metadata as it seems like GH still doesn't support this feature in PR templates since 2018. --- .github/pull_request_template.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index def22b2..c106524 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,3 @@ ---- -name: Pull request -about: Create a pull request with required changes -title: "[FEATURE/BUGFIX] Added/fixed ..." -labels: enhancement -assignees: sskorol - ---- - [//]: # ( . Thank you so much for sending us a pull request! . @@ -18,12 +9,14 @@ assignees: sskorol . - Add an ability to handle external data sources ) -#### Context +### Context [//]: # ( . Describe the problem or feature. ) ToDo -#### Checklist +Closes # + +### Checklist - [ ] Added unit / integration tests - [ ] Added documentation